diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-09-20 15:32:33 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-09-25 05:33:54 -0400 |
commit | b6c440a98eb3245fb06d411f1bc9d584269e95d5 (patch) | |
tree | eca4fc008b9c20ff8a8e6b871436158b78d3354a /arch/arm/mach-s3c2410/Makefile | |
parent | 1649adc78d46db79510b92ffd58486ca82a86549 (diff) |
[ARM] 3840/1: S3C2412: Add machine VSTMS
Add new machine VSTMS
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Thomas Gleixner <tglx@linuxtronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2410/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile index 758f7e13b488..788f25417d69 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile | |||
@@ -83,5 +83,6 @@ obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o usb-simtec.o | |||
83 | obj-$(CONFIG_MACH_RX3715) += mach-rx3715.o | 83 | obj-$(CONFIG_MACH_RX3715) += mach-rx3715.o |
84 | obj-$(CONFIG_MACH_OTOM) += mach-otom.o | 84 | obj-$(CONFIG_MACH_OTOM) += mach-otom.o |
85 | obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o | 85 | obj-$(CONFIG_MACH_NEXCODER_2440) += mach-nexcoder.o |
86 | obj-$(CONFIG_MACH_VSTMS) += mach-vstms.o | ||
86 | 87 | ||
87 | obj-$(CONFIG_MACH_SMDK) += common-smdk.o \ No newline at end of file | 88 | obj-$(CONFIG_MACH_SMDK) += common-smdk.o \ No newline at end of file |