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