summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/Makefile
blob: 8dc5d8e28a01138f49dc27ab7de2b93e14fad044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb

targets += dtbs

DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES))
ifneq ($(DTB_NAMES),)
DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
else
DTB_LIST := $(dtb-y)
endif
targets += $(DTB_LIST)

dtbs: $(addprefix $(obj)/, $(DTB_LIST))

clean-files := *.dtb