]> Git Repo - u-boot.git/blob - test/Makefile
block: Migrate SystemACE chip to Kconfig
[u-boot.git] / test / Makefile
1 #
2 # (C) Copyright 2012 The Chromium Authors
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-$(CONFIG_UNIT_TEST) += cmd_ut.o
8 obj-$(CONFIG_UNIT_TEST) += ut.o
9 obj-$(CONFIG_SANDBOX) += command_ut.o
10 obj-$(CONFIG_SANDBOX) += compression.o
11 obj-$(CONFIG_SANDBOX) += print_ut.o
12 obj-$(CONFIG_UT_TIME) += time_ut.o
13 obj-$(CONFIG_$(SPL_)LOG) += log/
This page took 0.024925 seconds and 4 git commands to generate.