Makefile 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # SPDX-License-Identifier: GPL-2.0+
  2. dtb-$(CONFIG_ARCH_MTMIPS) += \
  3. gardena-smart-gateway-mt7688.dtb \
  4. linkit-smart-7688.dtb
  5. dtb-$(CONFIG_TARGET_AP121) += ap121.dtb
  6. dtb-$(CONFIG_TARGET_AP143) += ap143.dtb
  7. dtb-$(CONFIG_TARGET_AP152) += ap152.dtb
  8. dtb-$(CONFIG_TARGET_BOSTON) += img,boston.dtb
  9. dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb
  10. dtb-$(CONFIG_TARGET_PIC32MZDASK) += pic32mzda_sk.dtb
  11. dtb-$(CONFIG_TARGET_XILFPGA) += nexys4ddr.dtb
  12. dtb-$(CONFIG_BOARD_BROADCOM_BCM968380GERG) += brcm,bcm968380gerg.dtb
  13. dtb-$(CONFIG_BOARD_COMTREND_AR5315U) += comtrend,ar-5315u.dtb
  14. dtb-$(CONFIG_BOARD_COMTREND_AR5387UN) += comtrend,ar-5387un.dtb
  15. dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb
  16. dtb-$(CONFIG_BOARD_COMTREND_VR3032U) += comtrend,vr-3032u.dtb
  17. dtb-$(CONFIG_BOARD_COMTREND_WAP5813N) += comtrend,wap-5813n.dtb
  18. dtb-$(CONFIG_BOARD_HUAWEI_HG556A) += huawei,hg556a.dtb
  19. dtb-$(CONFIG_BOARD_MT7628_RFB) += mediatek,mt7628-rfb.dtb
  20. dtb-$(CONFIG_BOARD_NETGEAR_CG3100D) += netgear,cg3100d.dtb
  21. dtb-$(CONFIG_BOARD_NETGEAR_DGND3700V2) += netgear,dgnd3700v2.dtb
  22. dtb-$(CONFIG_BOARD_SAGEM_FAST1704) += sagem,f@st1704.dtb
  23. dtb-$(CONFIG_BOARD_SFR_NB4_SER) += sfr,nb4-ser.dtb
  24. dtb-$(CONFIG_BOARD_TPLINK_WDR4300) += tplink_wdr4300.dtb
  25. dtb-$(CONFIG_BOARD_VOCORE2) += vocore_vocore2.dtb
  26. dtb-$(CONFIG_TARGET_JZ4780_CI20) += ci20.dtb
  27. dtb-$(CONFIG_SOC_LUTON) += luton_pcb090.dtb luton_pcb091.dtb
  28. dtb-$(CONFIG_SOC_OCELOT) += ocelot_pcb120.dtb ocelot_pcb123.dtb
  29. dtb-$(CONFIG_SOC_JR2) += jr2_pcb110.dtb jr2_pcb111.dtb serval2_pcb112.dtb
  30. dtb-$(CONFIG_SOC_SERVALT) += servalt_pcb116.dtb
  31. dtb-$(CONFIG_SOC_SERVAL) += serval_pcb105.dtb serval_pcb106.dtb
  32. targets += $(dtb-y)
  33. # Add any required device tree compiler flags here
  34. DTC_FLAGS +=
  35. PHONY += dtbs
  36. dtbs: $(addprefix $(obj)/, $(dtb-y))
  37. @:
  38. clean-files := *.dtb