]> Git Repo - u-boot.git/blob - test/Makefile
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / test / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2012 The Chromium Authors
4
5 obj-y += test-main.o
6
7 obj-$(CONFIG_$(XPL_)CMDLINE) += cmd/
8 obj-$(CONFIG_$(XPL_)CMDLINE) += cmd_ut.o
9 obj-y += dm/
10 obj-$(CONFIG_FUZZ) += fuzz/
11 ifndef CONFIG_SANDBOX_VPL
12 obj-$(CONFIG_UNIT_TEST) += lib/
13 endif
14 ifneq ($(CONFIG_HUSH_PARSER),)
15 obj-$(CONFIG_$(XPL_)CMDLINE) += hush/
16 endif
17 obj-y += ut.o
18
19 ifeq ($(CONFIG_XPL_BUILD),)
20 obj-y += boot/
21 obj-$(CONFIG_UNIT_TEST) += common/
22 obj-y += log/
23 else
24 obj-$(CONFIG_SPL_UT_LOAD) += image/
25 endif
This page took 0.033758 seconds and 4 git commands to generate.