mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Use the new suite-runner to run these tests instead. Signed-off-by: Simon Glass <sjg@chromium.org>
10 lines
291 B
Makefile
10 lines
291 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
obj-$(CONFIG_AUTOBOOT) += test_autoboot.o
|
|
ifneq ($(CONFIG_$(XPL_)BLOBLIST),)
|
|
obj-$(CONFIG_$(XPL_)CMDLINE) += bloblist.o
|
|
endif
|
|
obj-$(CONFIG_CYCLIC) += cyclic.o
|
|
obj-$(CONFIG_EVENT_DYNAMIC) += event.o
|
|
obj-y += cread.o
|
|
obj-$(CONFIG_$(XPL_)CMDLINE) += print.o
|