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