xref: /rk3399_rockchip-uboot/arch/microblaze/dts/Makefile (revision 9d0c2ceb35be7016977560a92fc67e3e704e5c9f)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5dtb-y += microblaze-generic.dtb
6
7targets += $(dtb-y)
8
9DTC_FLAGS += -R 4 -p 0x1000
10
11PHONY += dtbs
12dtbs: $(addprefix $(obj)/, $(dtb-y))
13	@:
14
15clean-files := *.dtb
16