aboutsummaryrefslogtreecommitdiff
path: root/test/log/Makefile
blob: 98178f5e2b32e1935550822c3e44dbe9d0b38d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (c) 2017 Google, Inc

obj-$(CONFIG_LOG_TEST) += log_test.o

ifdef CONFIG_UT_LOG

obj-y += test-main.o

ifndef CONFIG_LOG
obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
endif

endif # CONFIG_UT_LOG