test: log: test message continuation
[platform/kernel/u-boot.git] / test / log / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright (c) 2017 Google, Inc
4
5 obj-$(CONFIG_LOG_TEST) += log_test.o
6
7 ifdef CONFIG_UT_LOG
8
9 obj-y += test-main.o
10
11 ifdef CONFIG_SANDBOX
12 obj-$(CONFIG_LOG_SYSLOG) += syslog_test.o
13 obj-$(CONFIG_LOG_SYSLOG) += syslog_test_ndebug.o
14 endif
15
16 ifdef CONFIG_LOG
17 obj-$(CONFIG_CONSOLE_RECORD) += cont_test.o
18 else
19 obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
20 endif
21
22 endif # CONFIG_UT_LOG