Makefile 531 B

12345678910111213141516171819202122
  1. #
  2. # SPDX-License-Identifier: GPL-2.0+
  3. #
  4. dtb-$(CONFIG_TARGET_AP121) += ap121.dtb
  5. dtb-$(CONFIG_TARGET_AP143) += ap143.dtb
  6. dtb-$(CONFIG_TARGET_BOSTON) += img,boston.dtb
  7. dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb
  8. dtb-$(CONFIG_TARGET_PIC32MZDASK) += pic32mzda_sk.dtb
  9. dtb-$(CONFIG_TARGET_XILFPGA) += nexys4ddr.dtb
  10. dtb-$(CONFIG_BOARD_TPLINK_WDR4300) += tplink_wdr4300.dtb
  11. targets += $(dtb-y)
  12. # Add any required device tree compiler flags here
  13. DTC_FLAGS +=
  14. PHONY += dtbs
  15. dtbs: $(addprefix $(obj)/, $(dtb-y))
  16. @:
  17. clean-files := *.dtb