Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-android
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / Makefile
1 dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb \
2                                 fvp-base-gicv2-psci.dtb
3 dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb
4
5 targets += dtbs
6
7 DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES))
8 ifneq ($(DTB_NAMES),)
9 DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
10 else
11 DTB_LIST := $(dtb-y)
12 endif
13 targets += $(DTB_LIST)
14
15 dtbs: $(addprefix $(obj)/, $(DTB_LIST))
16
17 clean-files := *.dtb