xref: /openbmc/u-boot/test/Makefile (revision 78a88f79)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2012 The Chromium Authors
4
5obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
6obj-$(CONFIG_UNIT_TEST) += ut.o
7obj-$(CONFIG_SANDBOX) += command_ut.o
8obj-$(CONFIG_SANDBOX) += compression.o
9obj-$(CONFIG_SANDBOX) += print_ut.o
10obj-$(CONFIG_UT_TIME) += time_ut.o
11obj-$(CONFIG_$(SPL_)LOG) += log/
12