summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c6410/Makefile
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-12-18 23:15:30 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-12-18 23:15:30 +0100
commitfdb0a1a67e131f07a308730c80d07e330211d2e0 (patch)
tree4fbf35055fc965737c1ffdbcfe98d7ea8335f940 /arch/arm/mach-s3c6410/Makefile
parent[ARM] 5349/1: VFP: Add PM code to save and restore current VFP state (diff)
parent[ARM] S3C64XX: Ensure CPU_V6 is selected (diff)
downloadlinux-fdb0a1a67e131f07a308730c80d07e330211d2e0.tar.xz
linux-fdb0a1a67e131f07a308730c80d07e330211d2e0.zip
Merge branch 'next-merged' of git://aeryn.fluff.org.uk/bjdooks/linux into devel
Diffstat (limited to 'arch/arm/mach-s3c6410/Makefile')
-rw-r--r--arch/arm/mach-s3c6410/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6410/Makefile b/arch/arm/mach-s3c6410/Makefile
new file mode 100644
index 000000000000..2cd4f189036b
--- /dev/null
+++ b/arch/arm/mach-s3c6410/Makefile
@@ -0,0 +1,23 @@
+# arch/arm/plat-s3c6410/Makefile
+#
+# Copyright 2008 Openmoko, Inc.
+# Copyright 2008 Simtec Electronics
+#
+# Licensed under GPLv2
+
+obj-y :=
+obj-m :=
+obj-n :=
+obj- :=
+
+# Core support for S3C6410 system
+
+obj-$(CONFIG_CPU_S3C6410) += cpu.o
+
+# Helper and device support
+
+obj-$(CONFIG_S3C6410_SETUP_SDHCI) += setup-sdhci.o
+
+# machine support
+
+obj-$(CONFIG_MACH_SMDK6410) += mach-smdk6410.o