]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test/hush: Add CONFIG_CONSOLE_RECORD where required
authorTom Rini <trini@konsulko.com>
Mon, 28 Oct 2024 16:48:43 +0000 (10:48 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 29 Oct 2024 22:17:47 +0000 (16:17 -0600)
The "dollar" tests require CONFIG_CONSOLE_RECORD to be enabled so guard
with that.

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
test/hush/Makefile

index a2d98815e501e6cfb9c5828b40b3b33d0b6984de..4c3a0be857aed52117892ccde2130a531e22940e 100644 (file)
@@ -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