Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[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 ifdef CONFIG_SANDBOX
12 obj-$(CONFIG_LOG_SYSLOG) += syslog_test.o
13 endif
14
15 ifndef CONFIG_LOG
16 obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
17 endif
18
19 endif # CONFIG_UT_LOG