diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2010-05-19 10:15:32 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 05:47:34 -0400 |
commit | 2e57da4105ff5bb61dd9c967940faa4d2def8224 (patch) | |
tree | a5fea0abca02f6943f600978baee78d873e990d6 /arch/arm/mach-s5pv210/Makefile | |
parent | e6f66a9f9668762f2c3f47728b29781ffc7fbad2 (diff) |
ARM: S5PV210: Add GONI board support
This is for samsung GONI board using s5pc110.
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Reviewed-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/Makefile')
-rw-r--r-- | arch/arm/mach-s5pv210/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Makefile b/arch/arm/mach-s5pv210/Makefile index 0b334c79816d..6c0cba8dfafa 100644 --- a/arch/arm/mach-s5pv210/Makefile +++ b/arch/arm/mach-s5pv210/Makefile | |||
@@ -20,6 +20,7 @@ obj-$(CONFIG_CPU_S5PV210) += setup-i2c0.o | |||
20 | obj-$(CONFIG_MACH_AQUILA) += mach-aquila.o | 20 | obj-$(CONFIG_MACH_AQUILA) += mach-aquila.o |
21 | obj-$(CONFIG_MACH_SMDKV210) += mach-smdkv210.o | 21 | obj-$(CONFIG_MACH_SMDKV210) += mach-smdkv210.o |
22 | obj-$(CONFIG_MACH_SMDKC110) += mach-smdkc110.o | 22 | obj-$(CONFIG_MACH_SMDKC110) += mach-smdkc110.o |
23 | obj-$(CONFIG_MACH_GONI) += mach-goni.o | ||
23 | 24 | ||
24 | # device support | 25 | # device support |
25 | 26 | ||