xref: /rk3399_rockchip-uboot/arch/microblaze/dts/Makefile (revision 93a0ea501e1eca1ae5d7d2624906b656c765e5e8)
1dtb-y += microblaze-generic.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