diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-16 17:13:09 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-16 17:13:09 +0900 |
commit | 2520123382e97271e932377c83bca010c265be55 (patch) | |
tree | 1403c6c4ea400be832322cd84acee93cd49076e7 /arch/arm/mach-exynos4/Makefile | |
parent | be4ab3616839c26caf914449de3a22458f53f6e5 (diff) | |
parent | 699efdd2d34c535f415516e06d3d9f0bed131664 (diff) |
Merge branch 'next-samsung-board-v3.1' into next-samsung-board
Conflicts:
arch/arm/mach-exynos4/Kconfig
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 64ffad4fb04e..e19cd12d264e 100644 --- a/arch/arm/mach-exynos4/Makefile +++ b/arch/arm/mach-exynos4/Makefile @@ -32,6 +32,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 obj-$(CONFIG_MACH_SMDK4212) += mach-smdk4212.o |