Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[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
7obj-$(CONFIG_$(XPL_)CMDLINE) += cmd/
8obj-$(CONFIG_$(XPL_)CMDLINE) += cmd_ut.o
16a50683 9obj-y += dm/
36f641c5 10obj-$(CONFIG_FUZZ) += fuzz/
29784d62
SG
11ifndef CONFIG_SANDBOX_VPL
12obj-$(CONFIG_UNIT_TEST) += lib/
13endif
cb1277cc 14ifneq ($(CONFIG_HUSH_PARSER),)
c46760d5 15obj-$(CONFIG_$(XPL_)CMDLINE) += hush/
cb1277cc 16endif
16a50683 17obj-y += ut.o
627988f9 18
1d6132e2 19ifeq ($(CONFIG_XPL_BUILD),)
6a8a23cc 20obj-y += boot/
25c8b9f2 21obj-$(CONFIG_UNIT_TEST) += common/
627988f9 22obj-y += log/
c56468a6
SA
23else
24obj-$(CONFIG_SPL_UT_LOAD) += image/
627988f9 25endif
This page took 0.26603 seconds and 4 git commands to generate.