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