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