projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87884f
)
test/hush: Add CONFIG_CONSOLE_RECORD where required
author
Tom Rini
<trini@konsulko.com>
Mon, 28 Oct 2024 16:48:43 +0000
(10:48 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/test/hush/Makefile
b/test/hush/Makefile
index a2d98815e501e6cfb9c5828b40b3b33d0b6984de..4c3a0be857aed52117892ccde2130a531e22940e 100644
(file)
--- 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