blob: 4c92550f6e382dd2d627f35e1411294f6fc27509 [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
Heinrich Schuchardt7b912ed2020-02-26 21:48:19 +010011ifdef CONFIG_SANDBOX
12obj-$(CONFIG_LOG_SYSLOG) += syslog_test.o
13endif
14
Heinrich Schuchardt395041b2020-02-26 21:48:18 +010015ifndef CONFIG_LOG
16obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
17endif
18
19endif # CONFIG_UT_LOG