diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-06 13:12:06 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-10-21 00:51:45 +0200 |
commit | c05b48af822c415baeadafa6c4a4ea7f79f337db (patch) | |
tree | 5d97fcd445e9e89ed91445d3168da79d1ed1c075 /arch/arm/mach-s5pv310/Makefile | |
parent | ARM: S5PV310: Fix build error on GPIO map (diff) | |
download | linux-c05b48af822c415baeadafa6c4a4ea7f79f337db.tar.xz linux-c05b48af822c415baeadafa6c4a4ea7f79f337db.zip |
ARM: S5PV310: Add SMDKC210 board support file
This patch adds Samsung SMDKC210 board support file. The SoC
of SMDKC210, S5PC210(MCP) is one of package option of S5PV310.
And because composition of SMDKC210 and SMDKV310 differs, need
SMDKC210 with SMDKV310.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/Makefile')
-rw-r--r-- | arch/arm/mach-s5pv310/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/Makefile b/arch/arm/mach-s5pv310/Makefile index d5b51c72340f..aefb14f23b8a 100644 --- a/arch/arm/mach-s5pv310/Makefile +++ b/arch/arm/mach-s5pv310/Makefile @@ -21,6 +21,7 @@ obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o # machine support +obj-$(CONFIG_MACH_SMDKC210) += mach-smdkc210.o obj-$(CONFIG_MACH_SMDKV310) += mach-smdkv310.o obj-$(CONFIG_MACH_UNIVERSAL_C210) += mach-universal_c210.o |