]> Git Repo - J-u-boot.git/blame - test/Makefile
test: Rename test-main.c to test-dm.c
[J-u-boot.git] / test / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
a72007d9
SG
2#
3# (C) Copyright 2012 The Chromium Authors
a72007d9 4
6ea5df39 5ifneq ($(CONFIG_$(SPL_)BLOBLIST),)
82c468a0 6obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o
f158ba15 7obj-$(CONFIG_$(SPL_)CMDLINE) += bootm.o
fe158657 8endif
82c468a0
SG
9obj-$(CONFIG_$(SPL_)CMDLINE) += cmd/
10obj-$(CONFIG_$(SPL_)CMDLINE) += cmd_ut.o
11obj-$(CONFIG_$(SPL_)CMDLINE) += command_ut.o
de429d7b 12obj-$(CONFIG_$(SPL_)UT_COMPRESSION) += compression.o
16a50683 13obj-y += dm/
82c468a0
SG
14obj-$(CONFIG_$(SPL_)CMDLINE) += print_ut.o
15obj-$(CONFIG_$(SPL_)CMDLINE) += str_ut.o
c812f722 16obj-$(CONFIG_UT_TIME) += time_ut.o
16a50683 17obj-y += ut.o
627988f9
SG
18
19ifeq ($(CONFIG_SPL_BUILD),)
20obj-$(CONFIG_UNIT_TEST) += lib/
21obj-y += log/
22obj-$(CONFIG_$(SPL_)UT_UNICODE) += unicode_ut.o
23endif
This page took 0.375627 seconds and 4 git commands to generate.