diff options
author | Olof Johansson <olof@lixom.net> | 2012-04-10 17:33:00 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-11 23:42:07 +0200 |
commit | 5cf5983423756dad05d679ce6ce1f49cac5ba1ae (patch) | |
tree | 1d29eb0ca946d077da4772cc9150cf20bc1c6c55 | |
parent | Linux 3.4-rc6 (diff) | |
download | linux-5cf5983423756dad05d679ce6ce1f49cac5ba1ae.tar.xz linux-5cf5983423756dad05d679ce6ce1f49cac5ba1ae.zip |
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 <olof@lixom.net>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/Makefile.boot | 3 |
1 files changed, 3 insertions, 0 deletions
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 |