blob: 98178f5e2b32e1935550822c3e44dbe9d0b38d0c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glassef11ed82017-12-04 13:48:27 -07002#
3# Copyright (c) 2017 Google, Inc
Simon Glassef11ed82017-12-04 13:48:27 -07004
5obj-$(CONFIG_LOG_TEST) += log_test.o
Heinrich Schuchardt395041b2020-02-26 21:48:18 +01006
7ifdef CONFIG_UT_LOG
8
9obj-y += test-main.o
10
11ifndef CONFIG_LOG
12obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
13endif
14
15endif # CONFIG_UT_LOG