]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ti-u-boot/ti-u-boot.git/blob - test/Makefile
Prepare v2024.04
[ti-u-boot/ti-u-boot.git] / test / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2012 The Chromium Authors
5 obj-y += test-main.o
6 obj-$(CONFIG_SANDBOX) += image/
8 ifneq ($(CONFIG_$(SPL_)BLOBLIST),)
9 obj-$(CONFIG_$(SPL_)CMDLINE) += bloblist.o
10 obj-$(CONFIG_$(SPL_)CMDLINE) += bootm.o
11 endif
12 obj-$(CONFIG_$(SPL_)CMDLINE) += cmd/
13 obj-$(CONFIG_$(SPL_)CMDLINE) += cmd_ut.o
14 obj-$(CONFIG_$(SPL_)CMDLINE) += command_ut.o
15 obj-$(CONFIG_$(SPL_)UT_COMPRESSION) += compression.o
16 obj-y += dm/
17 obj-$(CONFIG_$(SPL_)CMDLINE) += print_ut.o
18 obj-$(CONFIG_$(SPL_)CMDLINE) += str_ut.o
19 obj-$(CONFIG_UT_TIME) += time_ut.o
20 obj-y += ut.o
22 ifeq ($(CONFIG_SPL_BUILD),)
23 obj-$(CONFIG_UNIT_TEST) += lib/
24 obj-y += log/
25 obj-$(CONFIG_$(SPL_)UT_UNICODE) += unicode_ut.o
26 endif