test: log functions with CONFIG_LOG=n
[oweals/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 ifndef CONFIG_LOG
12 obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
13 endif
14
15 endif # CONFIG_UT_LOG