blob: 13ee661f50e9b2e459287438fbc3384ea2866df6 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glassa72007d2012-03-30 21:30:58 +00002#
3# (C) Copyright 2012 The Chromium Authors
Simon Glassa72007d2012-03-30 21:30:58 +00004
Simon Glass919e7a82018-11-15 18:43:53 -07005obj-$(CONFIG_SANDBOX) += bloblist.o
Simon Glassbdded202020-06-02 19:26:49 -06006obj-$(CONFIG_CMDLINE) += cmd/
Joe Hershbergerc617ede2015-05-20 14:27:28 -05007obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
Masahiro Yamadabcfe8fd2013-10-21 11:53:40 +09008obj-$(CONFIG_SANDBOX) += command_ut.o
9obj-$(CONFIG_SANDBOX) += compression.o
Simon Glass1cadc762020-10-03 09:25:23 -060010obj-$(CONFIG_UNIT_TEST) += lib/
11obj-y += log/
Simon Glasse5a9d272017-06-15 21:37:51 -060012obj-$(CONFIG_SANDBOX) += print_ut.o
Simon Glass4f04d542020-04-08 08:32:55 -060013obj-$(CONFIG_SANDBOX) += str_ut.o
Joe Hershbergerc812f722015-05-20 14:27:30 -050014obj-$(CONFIG_UT_TIME) += time_ut.o
Heinrich Schuchardtf11a1642018-08-31 21:31:28 +020015obj-$(CONFIG_UT_UNICODE) += unicode_ut.o
Simon Glass1cadc762020-10-03 09:25:23 -060016obj-$(CONFIG_UNIT_TEST) += ut.o