diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2011-07-19 12:14:27 +0530 |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2011-10-12 11:49:13 -0700 |
commit | 52e3db957f53618a282e4525bfc8c3d5386eab8d (patch) | |
tree | 7712843ccbe194d5e3eb9855f5e84fd3bd5aa8ab /arch/arm/mach-exynos4/Makefile | |
parent | 0775ff957a311ae18f6103c753a11728e4c37524 (diff) |
ARM: EXYNOS4: Add to support ORIGEN boardlinux-linaro-3.1-2011.10-0-android-1
This patch adds to support Insignal's ORIGEN board.
Signed-off-by: JeongHyeon Kim <jhkim@insignal.co.kr>
Conflicts:
arch/arm/mach-exynos4/Kconfig
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
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 b7fe1d7b0b1..cbc97670143 100644 --- a/arch/arm/mach-exynos4/Makefile +++ b/arch/arm/mach-exynos4/Makefile @@ -30,6 +30,7 @@ obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o obj-$(CONFIG_MACH_ARMLEX4210) += mach-armlex4210.o obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o obj-$(CONFIG_MACH_NURI) += mach-nuri.o +obj-$(CONFIG_MACH_ORIGEN) += mach-origen.o # device support |