diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-08-24 04:25:09 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-16 03:39:10 -0400 |
commit | be4ab3616839c26caf914449de3a22458f53f6e5 (patch) | |
tree | b66af3610ee45eac034558aef6da25dc5b471136 /arch/arm/mach-exynos4/Makefile | |
parent | acd35616c7a30130d3b43ae1c1bb0b7fd121ffb9 (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/Makefile | 2 |
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 | |||
33 | obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o | 33 | obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o |
34 | obj-$(CONFIG_MACH_NURI) += mach-nuri.o | 34 | obj-$(CONFIG_MACH_NURI) += mach-nuri.o |
35 | 35 | ||
36 | obj-$(CONFIG_MACH_SMDK4212) += mach-smdk4212.o | ||
37 | |||
36 | # device support | 38 | # device support |
37 | 39 | ||
38 | obj-y += dev-audio.o | 40 | obj-y += dev-audio.o |