mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 01:44:34 +00:00
test/hush: Add CONFIG_CONSOLE_RECORD where required
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>
This commit is contained in:
parent
a87884f880
commit
2d42f7d901
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue