]> Git Repo - J-u-boot.git/blame - arch/mips/dts/Makefile
MSCC: Add board support for Serval SoC family.
[J-u-boot.git] / arch / mips / dts / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
0fc13a90 2
6a7b52bc 3dtb-$(CONFIG_TARGET_AP121) += ap121.dtb
a2277cc3 4dtb-$(CONFIG_TARGET_AP143) += ap143.dtb
ad8783cb 5dtb-$(CONFIG_TARGET_BOSTON) += img,boston.dtb
6242aa13 6dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb
44da3a17 7dtb-$(CONFIG_TARGET_PIC32MZDASK) += pic32mzda_sk.dtb
d4e85377 8dtb-$(CONFIG_TARGET_XILFPGA) += nexys4ddr.dtb
664ec31d 9dtb-$(CONFIG_BOARD_COMTREND_AR5315U) += comtrend,ar-5315u.dtb
0642f485 10dtb-$(CONFIG_BOARD_COMTREND_AR5387UN) += comtrend,ar-5387un.dtb
5e14ce2f 11dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb
77ca99d1 12dtb-$(CONFIG_BOARD_COMTREND_VR3032U) += comtrend,vr-3032u.dtb
c320b923 13dtb-$(CONFIG_BOARD_COMTREND_WAP5813N) += comtrend,wap-5813n.dtb
4a2b2724 14dtb-$(CONFIG_BOARD_HUAWEI_HG556A) += huawei,hg556a.dtb
c4203e1d 15dtb-$(CONFIG_BOARD_NETGEAR_CG3100D) += netgear,cg3100d.dtb
9d466f2f 16dtb-$(CONFIG_BOARD_NETGEAR_DGND3700V2) += netgear,dgnd3700v2.dtb
8df37888 17dtb-$(CONFIG_BOARD_SAGEM_FAST1704) += sagem,[email protected]
400df309 18dtb-$(CONFIG_BOARD_TPLINK_WDR4300) += tplink_wdr4300.dtb
25c7de22 19dtb-$(CONFIG_TARGET_JZ4780_CI20) += ci20.dtb
e9f1492b
LP
20dtb-$(CONFIG_SOC_LUTON) += luton_pcb090.dtb luton_pcb091.dtb
21dtb-$(CONFIG_SOC_OCELOT) += ocelot_pcb120.dtb ocelot_pcb123.dtb
c75c9083 22dtb-$(CONFIG_SOC_JR2) += jr2_pcb110.dtb jr2_pcb111.dtb serval2_pcb112.dtb
036d9595 23dtb-$(CONFIG_SOC_SERVALT) += servalt_pcb116.dtb
a834cb81 24dtb-$(CONFIG_SOC_SERVAL) += serval_pcb105.dtb serval_pcb106.dtb
0fc13a90
DS
25
26targets += $(dtb-y)
27
28# Add any required device tree compiler flags here
29DTC_FLAGS +=
30
31PHONY += dtbs
32dtbs: $(addprefix $(obj)/, $(dtb-y))
33 @:
34
35clean-files := *.dtb
This page took 0.202302 seconds and 4 git commands to generate.