xref: /rk3399_rockchip-uboot/arch/microblaze/dts/Makefile (revision 972af2ab515fe0d0a39271966c9c6df0d9349f37)
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