summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorBen Dooks2008-10-21 15:06:58 +0200
committerBen Dooks2008-12-15 22:53:14 +0100
commitaa64ea3f78496bcd7d72d5caffa3d0bf43e84e54 (patch)
treefd1f323b82e6db033aef1fca6ddab4945a5b9ad6 /arch/arm/plat-s3c64xx/Makefile
parent[ARM] S3C64XX: Map timer memory and interrupts (diff)
downloadkernel-qcow2-linux-aa64ea3f78496bcd7d72d5caffa3d0bf43e84e54.tar.gz
kernel-qcow2-linux-aa64ea3f78496bcd7d72d5caffa3d0bf43e84e54.tar.xz
kernel-qcow2-linux-aa64ea3f78496bcd7d72d5caffa3d0bf43e84e54.zip
[ARM] S3C64XX: Common init code for S3C6400 and S3C6410
Add the common initialisation code for both the S3C6400 and S3C6410, the UART registration. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c64xx/Makefile')
-rw-r--r--arch/arm/plat-s3c64xx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c64xx/Makefile b/arch/arm/plat-s3c64xx/Makefile
index 9be8ed59977f..26b5714ee736 100644
--- a/arch/arm/plat-s3c64xx/Makefile
+++ b/arch/arm/plat-s3c64xx/Makefile
@@ -15,3 +15,7 @@ obj- :=
obj-y += dev-uart.o
obj-y += cpu.o
obj-y += irq.o
+
+# CPU support
+
+obj-$(CONFIG_CPU_S3C6400_INIT) += s3c6400-init.o