xref: /rk3399_rockchip-uboot/arch/sandbox/dts/Makefile (revision cd8aefc076ebac3e01499a55fd0830144e854985)
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