]> Git Repo - J-u-boot.git/blame - test/Makefile
Merge tag 'efi-2025-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
[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
SG
5obj-y += test-main.o
6
c46760d5
SG
7ifneq ($(CONFIG_$(XPL_)BLOBLIST),)
8obj-$(CONFIG_$(XPL_)CMDLINE) += bloblist.o
9obj-$(CONFIG_$(XPL_)CMDLINE) += bootm.o
fe158657 10endif
c46760d5
SG
11obj-$(CONFIG_$(XPL_)CMDLINE) += cmd/
12obj-$(CONFIG_$(XPL_)CMDLINE) += cmd_ut.o
13obj-$(CONFIG_$(XPL_)CMDLINE) += command_ut.o
14obj-$(CONFIG_$(XPL_)UT_COMPRESSION) += compression.o
16a50683 15obj-y += dm/
36f641c5 16obj-$(CONFIG_FUZZ) += fuzz/
29784d62
SG
17ifndef CONFIG_SANDBOX_VPL
18obj-$(CONFIG_UNIT_TEST) += lib/
19endif
cb1277cc 20ifneq ($(CONFIG_HUSH_PARSER),)
c46760d5 21obj-$(CONFIG_$(XPL_)CMDLINE) += hush/
cb1277cc 22endif
c46760d5
SG
23obj-$(CONFIG_$(XPL_)CMDLINE) += print_ut.o
24obj-$(CONFIG_$(XPL_)CMDLINE) += str_ut.o
c812f722 25obj-$(CONFIG_UT_TIME) += time_ut.o
16a50683 26obj-y += ut.o
627988f9 27
1d6132e2 28ifeq ($(CONFIG_XPL_BUILD),)
6a8a23cc 29obj-y += boot/
25c8b9f2 30obj-$(CONFIG_UNIT_TEST) += common/
627988f9 31obj-y += log/
c46760d5 32obj-$(CONFIG_$(XPL_)UT_UNICODE) += unicode_ut.o
c56468a6
SA
33else
34obj-$(CONFIG_SPL_UT_LOAD) += image/
627988f9 35endif
This page took 0.424602 seconds and 4 git commands to generate.