mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
Use the new suite-runner to run these tests instead. Signed-off-by: Simon Glass <sjg@chromium.org>
12 lines
231 B
Makefile
12 lines
231 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2021
|
|
# Francis Laniel, Amarula Solutions, francis.laniel@amarulasolutions.com
|
|
|
|
obj-y += if.o
|
|
ifdef CONFIG_CONSOLE_RECORD
|
|
obj-y += dollar.o
|
|
endif
|
|
obj-y += list.o
|
|
obj-y += loop.o
|