Makefile 444 B

1234567891011121314151617
  1. dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
  2. dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb
  3. dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb
  4. targets += dtbs
  5. DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES))
  6. ifneq ($(DTB_NAMES),)
  7. DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
  8. else
  9. DTB_LIST := $(dtb-y)
  10. endif
  11. targets += $(DTB_LIST)
  12. dtbs: $(addprefix $(obj)/, $(DTB_LIST))
  13. clean-files := dts/*.dtb *.dtb