aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/Makefile
diff options
context:
space:
mode:
authorChanghwan Youn <chaos.youn@samsung.com>2011-10-04 04:09:26 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-10-04 05:35:04 -0400
commit31451afd2480caf3ae15da56cf9fc3cb3fb821cb (patch)
tree94fd5c6aca7afe1dde3c44111fc058afa4821931 /arch/arm/mach-exynos4/Makefile
parentc8987470a3a3e56295ee8c9130f5298e807bf4f7 (diff)
ARM: EXYNOS4: Add support SMDK4412 Board
SMDK4412 board is same as a SMDK4212 board except that it has EXYNOS4412 SoC, thus it can share machine code with SMDK4212. This patch renames mach-smdk4212.c to mach-smdk4x12.c to support both SMDK4212 and SMDK4412 board with one machine file. Signed-off-by: Changhwan Youn <chaos.youn@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Makefile')
-rw-r--r--arch/arm/mach-exynos4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos4/Makefile b/arch/arm/mach-exynos4/Makefile
index e19cd12d264e..c9b2e1f97e44 100644
--- a/arch/arm/mach-exynos4/Makefile
+++ b/arch/arm/mach-exynos4/Makefile
@@ -34,7 +34,8 @@ obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o
34obj-$(CONFIG_MACH_NURI) += mach-nuri.o 34obj-$(CONFIG_MACH_NURI) += mach-nuri.o
35obj-$(CONFIG_MACH_ORIGEN) += mach-origen.o 35obj-$(CONFIG_MACH_ORIGEN) += mach-origen.o
36 36
37obj-$(CONFIG_MACH_SMDK4212) += mach-smdk4212.o 37obj-$(CONFIG_MACH_SMDK4212) += mach-smdk4x12.o
38obj-$(CONFIG_MACH_SMDK4412) += mach-smdk4x12.o
38 39
39# device support 40# device support
40 41