From: Olof Johansson Date: Tue, 10 Apr 2012 15:33:00 +0000 (-0700) Subject: ARM: EXYNOS: add dts files to dtbs target X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5cf5983423756dad05d679ce6ce1f49cac5ba1ae;p=linux-beck.git ARM: EXYNOS: add dts files to dtbs target Add the currently in-tree device tree sources to the dtbs target. Signed-off-by: Olof Johansson Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos/Makefile.boot b/arch/arm/mach-exynos/Makefile.boot index b9862e22bf10..31bd181b0514 100644 --- a/arch/arm/mach-exynos/Makefile.boot +++ b/arch/arm/mach-exynos/Makefile.boot @@ -1,2 +1,5 @@ zreladdr-y += 0x40008000 params_phys-y := 0x40000100 + +dtb-$(CONFIG_MACH_EXYNOS4_DT) += exynos4210-origen.dtb exynos4210-smdkv310.dtb +dtb-$(CONFIG_MACH_EXYNOS5_DT) += exynos5250-smdk5250.dtb