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