blob: 7c4039964e1506b3668ae3c0c1cea3ef56e72181 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glass10c08ef2012-03-30 21:30:58 +00002#
3# (C) Copyright 2012 The Chromium Authors
Simon Glass10c08ef2012-03-30 21:30:58 +00004
Simon Glass78b0ef52018-11-15 18:43:53 -07005obj-$(CONFIG_SANDBOX) += bloblist.o
Simon Glass19038de2020-06-02 19:26:49 -06006obj-$(CONFIG_CMDLINE) += cmd/
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
Simon Glassd0509282020-04-08 08:32:55 -060012obj-$(CONFIG_SANDBOX) += str_ut.o
Joe Hershbergeree20efe2015-05-20 14:27:30 -050013obj-$(CONFIG_UT_TIME) += time_ut.o
Heinrich Schuchardtb8b6c812018-08-31 21:31:28 +020014obj-$(CONFIG_UT_UNICODE) += unicode_ut.o
Heinrich Schuchardtf433d502020-02-26 21:48:18 +010015obj-y += log/
Mario Six62120902018-09-27 09:19:33 +020016obj-$(CONFIG_UNIT_TEST) += lib/