x86: acpi: Split out context creation from base tables
[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 obj-$(CONFIG_CMD_LOG) += log_filter.o
7
8 ifdef CONFIG_UT_LOG
9
10 obj-y += log_ut.o
11
12 ifdef CONFIG_SANDBOX
13 obj-$(CONFIG_LOG_SYSLOG) += syslog_test.o
14 obj-$(CONFIG_LOG_SYSLOG) += syslog_test_ndebug.o
15 endif
16
17 ifdef CONFIG_LOG
18 obj-y += pr_cont_test.o
19 obj-$(CONFIG_CONSOLE_RECORD) += cont_test.o
20 obj-y += pr_cont_test.o
21 else
22 obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
23 obj-$(CONFIG_CONSOLE_RECORD) += nolog_ndebug.o
24 endif
25
26 endif # CONFIG_UT_LOG