aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/Makefile
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2011-02-28 06:39:43 -0500
committerKukjin Kim <kgene.kim@samsung.com>2011-03-04 01:18:52 -0500
commitcaf8b1f234f876981bf1be0fa2651a4e97203754 (patch)
tree9d5e7b26fe6243e683d00025bb796936b6cb338f /arch/arm/mach-exynos4/Makefile
parentad849a223f912bfd6c666e0414d0ff368a9dc1a7 (diff)
ARM: EXYNOS4: Adds Samsung NURI board support
This patch adds Samsung NURI board support. Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/Makefile')
-rw-r--r--arch/arm/mach-exynos4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/Makefile b/arch/arm/mach-exynos4/Makefile
index 055823533230..fa9e81473ef9 100644
--- a/arch/arm/mach-exynos4/Makefile
+++ b/arch/arm/mach-exynos4/Makefile
@@ -25,6 +25,7 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
25obj-$(CONFIG_MACH_SMDKC210) += mach-smdkc210.o 25obj-$(CONFIG_MACH_SMDKC210) += mach-smdkc210.o
26obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o 26obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o
27obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o 27obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o
28obj-$(CONFIG_MACH_NURI) += mach-nuri.o
28 29
29# device support 30# device support
30 31