blob: 0f5de5739908f07976ba2328bd944726e08ac7b2 [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
Joe Hershbergeree20efe2015-05-20 14:27:30 -050011obj-$(CONFIG_UT_TIME) += time_ut.o