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
4 targets += dtbs
5
6 DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE_NAMES))
7 ifneq ($(DTB_NAMES),)
8 DTB_LIST := $(addsuffix .dtb,$(DTB_NAMES))
9 else
10 DTB_LIST := $(dtb-y)
11 endif
12 targets += $(DTB_LIST)
13
14 dtbs: $(addprefix $(obj)/, $(DTB_LIST))
15
16 clean-files := *.dtb