xref: /rk3399_rockchip-uboot/test/Makefile (revision 66a63fec819ca6d2f121c3db9c5d2de0d4a5a41f)
1#
2# (C) Copyright 2012 The Chromium Authors
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
8obj-$(CONFIG_UNIT_TEST) += ut.o
9obj-$(CONFIG_SANDBOX) += command_ut.o
10obj-$(CONFIG_SANDBOX) += compression.o
11obj-$(CONFIG_SANDBOX) += print_ut.o
12obj-$(CONFIG_UT_TIME) += time_ut.o
13