]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/sandbox/dts/Makefile
sandbox: Add 64-bit sandbox
[people/ms/u-boot.git] / arch / sandbox / dts / Makefile
1 #
2 # SPDX-License-Identifier: GPL-2.0+
3 #
4
5 ifdef CONFIG_SANDBOX64
6 dtb-$(CONFIG_SANDBOX) += sandbox64.dtb
7 else
8 dtb-$(CONFIG_SANDBOX) += sandbox.dtb
9 endif
10 dtb-$(CONFIG_UT_DM) += test.dtb
11
12 targets += $(dtb-y)
13
14 DTC_FLAGS += -R 4 -p 0x1000
15
16 PHONY += dtbs
17 dtbs: $(addprefix $(obj)/, $(dtb-y))
18 @:
19
20 clean-files := *.dtb