xref: /rk3399_rockchip-uboot/arch/mips/dts/Makefile (revision 6a7b52bc8d30090633d098f9e988276beb7a53d5)
1#
2# SPDX-License-Identifier:	GPL-2.0+
3#
4
5dtb-$(CONFIG_TARGET_AP121) += ap121.dtb
6dtb-$(CONFIG_TARGET_PIC32MZDASK) += pic32mzda_sk.dtb
7
8targets += $(dtb-y)
9
10# Add any required device tree compiler flags here
11DTC_FLAGS +=
12
13PHONY += dtbs
14dtbs: $(addprefix $(obj)/, $(dtb-y))
15	@:
16
17clean-files := *.dtb
18