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