diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-15 16:48:58 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-16 11:30:20 +0000 |
commit | 285f4930f239d95cb8d4fdf45a52870d744bed8f (patch) | |
tree | 61c0d34782bb01887bb50d6a13599008d0c2fab3 /arch/arm/mach-s3c2443/Makefile | |
parent | e4d06e39530559513c7e335ef7ca4675f8146220 (diff) |
[ARM] 4199/1: S3C2443: SMDK2443 machine addition
Add support for SMDK2443 to arch/arm/mach-s3c2443
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-s3c2443/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2443/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/Makefile b/arch/arm/mach-s3c2443/Makefile index 397475affbe..a878076beec 100644 --- a/arch/arm/mach-s3c2443/Makefile +++ b/arch/arm/mach-s3c2443/Makefile @@ -14,3 +14,5 @@ obj-$(CONFIG_CPU_S3C2443) += irq.o obj-$(CONFIG_CPU_S3C2443) += clock.o # Machine support + +obj-$(CONFIG_MACH_SMDK2443) += mach-smdk2443.o |