common: Drop linux/delay.h from common header
[oweals/u-boot.git] / test / log / Makefile
index 98178f5e2b32e1935550822c3e44dbe9d0b38d0c..4c92550f6e382dd2d627f35e1411294f6fc27509 100644 (file)
@@ -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