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