diff options
author | Vasily Khoruzhick <anarsoul@gmail.com> | 2010-05-11 08:55:07 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-12 02:19:01 +0200 |
commit | c394f17799523fe4bc92d173b3d9ac2d240c76a2 (patch) | |
tree | 9f6512dc84f98179078a89448d18cc1c01094dff /arch/arm/mach-s3c2440/Makefile | |
parent | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... (diff) | |
download | linux-c394f17799523fe4bc92d173b3d9ac2d240c76a2.tar.xz linux-c394f17799523fe4bc92d173b3d9ac2d240c76a2.zip |
ARM: S3C2440: Add HP iPAQ RX1950 machine support
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Denis Grigoriev <dgreenday@gmail.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2440/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2440/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/Makefile b/arch/arm/mach-s3c2440/Makefile index c85ba32d8956..d5440fa34b04 100644 --- a/arch/arm/mach-s3c2440/Makefile +++ b/arch/arm/mach-s3c2440/Makefile @@ -34,6 +34,7 @@ obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o obj-$(CONFIG_MACH_AT2440EVB) += mach-at2440evb.o obj-$(CONFIG_MACH_MINI2440) += mach-mini2440.o obj-$(CONFIG_MACH_NEO1973_GTA02) += mach-gta02.o +obj-$(CONFIG_MACH_RX1950) += mach-rx1950.o # extra machine support |