diff options
| author | Tom Rini <[email protected]> | 2024-10-28 10:48:43 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-29 16:17:47 -0600 |
| commit | 2d42f7d9018a9c7bf7e65780d6505280a46c0cda (patch) | |
| tree | 6ab0606ee92d298fbe07a4946628683fd03b5043 /test/hush | |
| parent | a87884f880744ae564d36faffb22079f74e440a0 (diff) | |
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'test/hush')
| -rw-r--r-- | test/hush/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/hush/Makefile b/test/hush/Makefile index a2d98815e50..4c3a0be857a 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 |
