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