aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-s3c64xx/Makefile
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 14:06:58 +0100
committerBen Dooks <ben-linux@fluff.org>2008-10-21 14:12:22 +0100
commit0d5a68aad49f88bb05a8afaf8d4e43cd8694f1ee (patch)
treea09c3685a5eaa25e62faa7be5df89fc805e4e39f /arch/arm/plat-s3c64xx/Makefile
parent9262458c8a1ae9ce327a66d9d095ad9a012d64a0 (diff)
[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 9be8ed59977..26b5714ee73 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