summaryrefslogtreecommitdiff
path: root/test/log/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/log/Makefile')
-rw-r--r--test/log/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/log/Makefile b/test/log/Makefile
index 98178f5e2b3..4c92550f6e3 100644
--- a/test/log/Makefile
+++ b/test/log/Makefile
@@ -8,6 +8,10 @@ ifdef CONFIG_UT_LOG
obj-y += test-main.o
+ifdef CONFIG_SANDBOX
+obj-$(CONFIG_LOG_SYSLOG) += syslog_test.o
+endif
+
ifndef CONFIG_LOG
obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
endif