blob: 6305afb21196859f9c0a65b09c3c0873bd0e6644 [file] [log] [blame]
Simon Glass10c08ef2012-03-30 21:30:58 +00001#
2# (C) Copyright 2012 The Chromium Authors
3#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004# SPDX-License-Identifier: GPL-2.0+
Simon Glass10c08ef2012-03-30 21:30:58 +00005#
6
Joe Hershberger11dd7cc2015-05-20 14:27:28 -05007obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
Joe Hershberger3a77be52015-05-20 14:27:27 -05008obj-$(CONFIG_UNIT_TEST) += ut.o
Masahiro Yamada9e097352013-10-21 11:53:40 +09009obj-$(CONFIG_SANDBOX) += command_ut.o
10obj-$(CONFIG_SANDBOX) += compression.o
Simon Glass75ee32f2017-06-15 21:37:51 -060011obj-$(CONFIG_SANDBOX) += print_ut.o
Joe Hershbergeree20efe2015-05-20 14:27:30 -050012obj-$(CONFIG_UT_TIME) += time_ut.o