From: Michael Benedict Date: Fri, 24 May 2019 11:17:51 +0000 (+1000) Subject: dts: import specific dts to each defconfig X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=33062a342f62b307b1a6ff33562cfc309cd78b16;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git dts: import specific dts to each defconfig Signed-off-by: Michael Benedict --- diff --git a/arch/arm64/boot/dts/exynos/Makefile b/arch/arm64/boot/dts/exynos/Makefile index c24510cf8115..4c7b0e624cd1 100644 --- a/arch/arm64/boot/dts/exynos/Makefile +++ b/arch/arm64/boot/dts/exynos/Makefile @@ -1,14 +1,18 @@ # SPDX-License-Identifier: GPL-2.0 -dtb-y += exynos8895-dream2lte_eur_open_07.dtb -dtb-y += exynos8895-dream2lte_eur_open_08.dtb -dtb-y += exynos8895-dream2lte_eur_open_09.dtb -dtb-y += exynos8895-dream2lte_eur_open_10.dtb - -dtb-y += exynos8895-dreamlte_eur_open_05.dtb -dtb-y += exynos8895-dreamlte_eur_open_07.dtb -dtb-y += exynos8895-dreamlte_eur_open_08.dtb -dtb-y += exynos8895-dreamlte_eur_open_09.dtb -dtb-y += exynos8895-dreamlte_eur_open_10.dtb + +dtb-$(CONFIG_CAMERA_DREAM) += exynos8895-dreamlte_eur_open_05.dtb \ + exynos8895-dreamlte_eur_open_07.dtb \ + exynos8895-dreamlte_eur_open_08.dtb \ + exynos8895-dreamlte_eur_open_09.dtb \ + exynos8895-dreamlte_eur_open_10.dtb + +dtb-$(CONFIG_CAMERA_DREAM2) += exynos8895-dream2lte_eur_open_07.dtb \ + exynos8895-dream2lte_eur_open_08.dtb \ + exynos8895-dream2lte_eur_open_09.dtb \ + exynos8895-dream2lte_eur_open_10.dtb + +dtb-$(CONFIG_CAMERA_GREAT) += exynos8895-greatlte_eur_open_02.dtb \ + exynos8895-greatlte_eur_open_06.dtb always := $(dtb-y) $(dtbo-y) clean-files := *.dtb*