blob: 4c92550f6e382dd2d627f35e1411294f6fc27509 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glass14c8a062017-12-04 13:48:27 -07002#
3# Copyright (c) 2017 Google, Inc
Simon Glass14c8a062017-12-04 13:48:27 -07004
5obj-$(CONFIG_LOG_TEST) += log_test.o
Heinrich Schuchardtf433d502020-02-26 21:48:18 +01006
7ifdef CONFIG_UT_LOG
8
9obj-y += test-main.o
10
Heinrich Schuchardt9a3a7f12020-02-26 21:48:19 +010011ifdef CONFIG_SANDBOX
12obj-$(CONFIG_LOG_SYSLOG) += syslog_test.o
13endif
14
Heinrich Schuchardtf433d502020-02-26 21:48:18 +010015ifndef CONFIG_LOG
16obj-$(CONFIG_CONSOLE_RECORD) += nolog_test.o
17endif
18
19endif # CONFIG_UT_LOG