diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2010-05-19 14:15:32 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 09:47:34 (GMT) |
commit | 2e57da4105ff5bb61dd9c967940faa4d2def8224 (patch) | |
tree | a5fea0abca02f6943f600978baee78d873e990d6 /arch/arm/mach-s5pv210/Makefile | |
parent | e6f66a9f9668762f2c3f47728b29781ffc7fbad2 (diff) | |
download | linux-2e57da4105ff5bb61dd9c967940faa4d2def8224.tar.xz |
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 0b334c7..6c0cba8 100644 --- a/arch/arm/mach-s5pv210/Makefile +++ b/arch/arm/mach-s5pv210/Makefile @@ -20,6 +20,7 @@ obj-$(CONFIG_CPU_S5PV210) += setup-i2c0.o obj-$(CONFIG_MACH_AQUILA) += mach-aquila.o obj-$(CONFIG_MACH_SMDKV210) += mach-smdkv210.o obj-$(CONFIG_MACH_SMDKC110) += mach-smdkc110.o +obj-$(CONFIG_MACH_GONI) += mach-goni.o # device support |