[PATCH 2/3] test/hush: Add CONFIG_CONSOLE_RECORD where required
Tom Rini
trini at konsulko.com
Mon Oct 28 17:48:43 CET 2024
The "dollar" tests require CONFIG_CONSOLE_RECORD to be enabled so guard
with that.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
test/hush/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/hush/Makefile b/test/hush/Makefile
index a2d98815e501..4c3a0be857ae 100644
--- a/test/hush/Makefile
+++ b/test/hush/Makefile
@@ -5,6 +5,8 @@
obj-y += cmd_ut_hush.o
obj-y += if.o
+ifdef CONFIG_CONSOLE_RECORD
obj-y += dollar.o
+endif
obj-y += list.o
obj-y += loop.o
--
2.43.0
More information about the U-Boot
mailing list