xref: /rk3399_rockchip-uboot/arch/sandbox/dts/Makefile (revision 260bdf07a3f37f28b01ad42ec3e22d1428c31364)
1dtb-$(CONFIG_SANDBOX) += sandbox.dtb
2dtb-$(CONFIG_UT_DM) += test.dtb
3
4targets += $(dtb-y)
5
6DTC_FLAGS += -R 4 -p 0x1000
7
8PHONY += dtbs
9dtbs: $(addprefix $(obj)/, $(dtb-y))
10	@:
11
12clean-files := *.dtb
13