diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-16 12:12:31 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-16 11:13:37 +0000 |
commit | e4d06e39530559513c7e335ef7ca4675f8146220 (patch) | |
tree | cfc65d49f873626c6be087d1a4411f6b48bec3c5 /arch/arm/mach-s3c2443/Makefile | |
parent | 17908ed715e63a02484838b5456fb3fdbd1dfed6 (diff) | |
download | blackbird-obmc-linux-e4d06e39530559513c7e335ef7ca4675f8146220.tar.gz blackbird-obmc-linux-e4d06e39530559513c7e335ef7ca4675f8146220.zip |
[ARM] 4198/2: S3C2443: arch/arm/mach-s3c2443 and related support
Add arch/arm/mach-s3c2443 for support of the Samsung S3C2443 SoC
This patch adds the core CPU support, clock framework, times
and initial IRQ support, as well as adding the directory into
the build tree.
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 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/Makefile b/arch/arm/mach-s3c2443/Makefile new file mode 100644 index 000000000000..397475affbe1 --- /dev/null +++ b/arch/arm/mach-s3c2443/Makefile @@ -0,0 +1,16 @@ +# arch/arm/mach-s3c2443/Makefile +# +# Copyright 2007 Simtec Electronics +# +# Licensed under GPLv2 + +obj-y := +obj-m := +obj-n := +obj- := + +obj-$(CONFIG_CPU_S3C2443) += s3c2443.o +obj-$(CONFIG_CPU_S3C2443) += irq.o +obj-$(CONFIG_CPU_S3C2443) += clock.o + +# Machine support |