]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/mips/dts/Makefile
a94b74555073d5c0c59bfdaae1f07e1a0e13f542
[people/ms/u-boot.git] / arch / mips / dts / Makefile
1 #
2 # SPDX-License-Identifier: GPL-2.0+
3 #
4
5 dtb-$(CONFIG_TARGET_AP121) += ap121.dtb
6 dtb-$(CONFIG_TARGET_AP143) += ap143.dtb
7 dtb-$(CONFIG_TARGET_PIC32MZDASK) += pic32mzda_sk.dtb
8 dtb-$(CONFIG_BOARD_TPLINK_WDR4300) += tplink_wdr4300.dtb
9
10 targets += $(dtb-y)
11
12 # Add any required device tree compiler flags here
13 DTC_FLAGS +=
14
15 PHONY += dtbs
16 dtbs: $(addprefix $(obj)/, $(dtb-y))
17 @:
18
19 clean-files := *.dtb