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