diff options
author | Ben Dooks <ben-linux@fluff.org> | 2005-09-07 11:49:23 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-07 11:49:23 +0100 |
commit | 7efb833d645d10258e32664404354d26cf6070e3 (patch) | |
tree | 2ccf9a3e11a3004dc3dc4f91cf4cced153beb2e6 /arch/arm/mach-s3c2410/Makefile | |
parent | 2be863c959ea22ac9eb83e30f6cd92a8ae78bfdc (diff) | |
download | blackbird-op-linux-7efb833d645d10258e32664404354d26cf6070e3.tar.gz blackbird-op-linux-7efb833d645d10258e32664404354d26cf6070e3.zip |
[ARM] 2889/1: S3C2410 - Add machine Anubis
Patch from Ben Dooks
Add the Simtec Anubis to the list of supported
machines in the arch/arm/mach-s3c2410 directory.
This ensures the core peripherals are registered,
the timer source is configured and the correct
power-management is enabled.
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 55ed7c7e57da..023c4f59a345 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile @@ -28,6 +28,7 @@ obj-$(CONFIG_CPU_S3C2440) += s3c2440-clock.o # machine specific support +obj-$(CONFIG_MACH_ANUBIS) += mach-anubis.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 |