diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-03-20 17:10:02 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-21 22:06:00 +0000 |
commit | 110d322b29c08d8cf1dba599fd45ad2b9752a4bb (patch) | |
tree | 5175c4f762db0146aa2c01d3916f0f5ab113bf2c /arch/arm/mach-s3c2410/Makefile | |
parent | a61ea9326d9ba94bcdc21f36bb74aa203657c58f (diff) | |
download | blackbird-obmc-linux-110d322b29c08d8cf1dba599fd45ad2b9752a4bb.tar.gz blackbird-obmc-linux-110d322b29c08d8cf1dba599fd45ad2b9752a4bb.zip |
[ARM] 3327/1: S3C2410 - add osiris machine support
Patch from Ben Dooks
Support for Simtec IM2440D20 CPU modules (Osiris)
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
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 1217bf00309c..1b3b476e5637 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile @@ -38,6 +38,7 @@ obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o # machine specific support obj-$(CONFIG_MACH_ANUBIS) += mach-anubis.o +obj-$(CONFIG_MACH_OSIRIS) += mach-osiris.o obj-$(CONFIG_ARCH_BAST) += mach-bast.o usb-simtec.o obj-$(CONFIG_ARCH_H1940) += mach-h1940.o obj-$(CONFIG_MACH_N30) += mach-n30.o |