diff options
author | Olof Johansson <olof@lixom.net> | 2012-04-10 08:33:00 -0700 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-12 06:42:07 +0900 |
commit | 5cf5983423756dad05d679ce6ce1f49cac5ba1ae (patch) | |
tree | 1d29eb0ca946d077da4772cc9150cf20bc1c6c55 /arch/arm | |
parent | d48b97b403d23f6df0b990cee652bdf9a52337a3 (diff) | |
download | blackbird-op-linux-5cf5983423756dad05d679ce6ce1f49cac5ba1ae.tar.gz blackbird-op-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>
Diffstat (limited to 'arch/arm')
-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 |