u-boot/test/hush/Makefile
Simon Glass d5e5cb48e6 test: Drop the function for running hush tests
Use the new suite-runner to run these tests instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-01-24 14:34:40 -06:00

11 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