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