aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/Makefile
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2011-08-24 04:25:09 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-09-16 03:39:10 -0400
commitbe4ab3616839c26caf914449de3a22458f53f6e5 (patch)
treeb66af3610ee45eac034558aef6da25dc5b471136 /arch/arm/mach-exynos4/Makefile
parentacd35616c7a30130d3b43ae1c1bb0b7fd121ffb9 (diff)
ARM: EXYNOS4: Add support SMDK4212 Board
This patch adds mach-smdk4212.c to support SMDK4212 board. Now it can support HSMMCs, I2Cs, RTC, WDT and Keypad. Other features will be supported next time. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Makefile')
-rw-r--r--arch/arm/mach-exynos4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Makefile b/arch/arm/mach-exynos4/Makefile
index 46244576452a..64ffad4fb04e 100644
--- a/arch/arm/mach-exynos4/Makefile
+++ b/arch/arm/mach-exynos4/Makefile
@@ -33,6 +33,8 @@ obj-$(CONFIG_MACH_ARMLEX4210) += mach-armlex4210.o
33obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o 33obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o
34obj-$(CONFIG_MACH_NURI) += mach-nuri.o 34obj-$(CONFIG_MACH_NURI) += mach-nuri.o
35 35
36obj-$(CONFIG_MACH_SMDK4212) += mach-smdk4212.o
37
36# device support 38# device support
37 39
38obj-y += dev-audio.o 40obj-y += dev-audio.o