From 33062a342f62b307b1a6ff33562cfc309cd78b16 Mon Sep 17 00:00:00 2001 From: Michael Benedict Date: Fri, 24 May 2019 21:17:51 +1000 Subject: [PATCH] dts: import specific dts to each defconfig Signed-off-by: Michael Benedict --- arch/arm64/boot/dts/exynos/Makefile | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) 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* -- 2.20.1