diff options
author | JeongHyeon Kim <jhkim@insignal.co.kr> | 2011-07-21 03:19:19 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-21 04:31:05 -0400 |
commit | 699efdd2d34c535f415516e06d3d9f0bed131664 (patch) | |
tree | 2ddeef8186dcdafb6b883e9ebecc852369c40032 /arch/arm/mach-exynos4/Makefile | |
parent | 89e1c3d0fffa0d610fa7292bbfafb5e87dc6be34 (diff) |
ARM: EXYNOS4: Add support for ORIGEN board
Insignal's ORIGEN board is based Samsung EXYNOS4210 SoC.
Signed-off-by: JeongHyeon Kim <jhkim@insignal.co.kr>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
[kgene.kim@samsung.com: Fixed SoC name to EXYNOS4210]
[kgene.kim@samsung.com: Selected MACH_ORIGEN in exynos4_defconfig]
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Makefile b/arch/arm/mach-exynos4/Makefile index 60fe5ecf3599..4b22dc531219 100644 --- a/arch/arm/mach-exynos4/Makefile +++ b/arch/arm/mach-exynos4/Makefile | |||
@@ -36,6 +36,7 @@ obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o | |||
36 | obj-$(CONFIG_MACH_ARMLEX4210) += mach-armlex4210.o | 36 | obj-$(CONFIG_MACH_ARMLEX4210) += mach-armlex4210.o |
37 | obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o | 37 | obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o |
38 | obj-$(CONFIG_MACH_NURI) += mach-nuri.o | 38 | obj-$(CONFIG_MACH_NURI) += mach-nuri.o |
39 | obj-$(CONFIG_MACH_ORIGEN) += mach-origen.o | ||
39 | 40 | ||
40 | # device support | 41 | # device support |
41 | 42 | ||