]> Git Repo - J-u-boot.git/blame - test/Makefile
ARM: dts: sama5d2: Add pwm0 definition
[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
1c721751 5obj-y += test-main.o
f093f864 6ifdef CONFIG_SPL_LOAD_FIT
2e059e4a 7obj-$(CONFIG_SANDBOX) += image/
f093f864 8endif
1c721751 9
6ea5df39 10ifneq ($(CONFIG_$(SPL_)BLOBLIST),)
82c468a0 11obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o
f158ba15 12obj-$(CONFIG_$(SPL_)CMDLINE) += bootm.o
fe158657 13endif
82c468a0
SG
14obj-$(CONFIG_$(SPL_)CMDLINE) += cmd/
15obj-$(CONFIG_$(SPL_)CMDLINE) += cmd_ut.o
16obj-$(CONFIG_$(SPL_)CMDLINE) += command_ut.o
de429d7b 17obj-$(CONFIG_$(SPL_)UT_COMPRESSION) += compression.o
16a50683 18obj-y += dm/
82c468a0
SG
19obj-$(CONFIG_$(SPL_)CMDLINE) += print_ut.o
20obj-$(CONFIG_$(SPL_)CMDLINE) += str_ut.o
c812f722 21obj-$(CONFIG_UT_TIME) += time_ut.o
16a50683 22obj-y += ut.o
627988f9
SG
23
24ifeq ($(CONFIG_SPL_BUILD),)
25c8b9f2 25obj-$(CONFIG_UNIT_TEST) += common/
627988f9
SG
26obj-$(CONFIG_UNIT_TEST) += lib/
27obj-y += log/
28obj-$(CONFIG_$(SPL_)UT_UNICODE) += unicode_ut.o
29endif
This page took 0.378178 seconds and 4 git commands to generate.