summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/hush/Makefile2
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