Merge git://git.denx.de/u-boot-sunxi
[oweals/u-boot.git] / arch / sandbox / dts / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 ifdef CONFIG_SANDBOX64
4 dtb-$(CONFIG_SANDBOX) += sandbox64.dtb
5 else
6 dtb-$(CONFIG_SANDBOX) += sandbox.dtb
7 endif
8 dtb-$(CONFIG_UT_DM) += test.dtb
9
10 targets += $(dtb-y)
11
12 DTC_FLAGS += -R 4 -p 0x1000
13
14 PHONY += dtbs
15 dtbs: $(addprefix $(obj)/, $(dtb-y))
16         @:
17
18 clean-files := *.dtb