summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Makefile
diff options
context:
space:
mode:
authorBen Dooks2009-11-10 01:14:58 +0100
committerBen Dooks2009-12-01 02:28:37 +0100
commitcf383678242eacd6f92a48314922598ed3408355 (patch)
treed34f29a3e94e177681315b6d9c7d8301af6d83f9 /arch/arm/plat-samsung/Makefile
parentLinux 2.6.32-rc7 (diff)
downloadkernel-qcow2-linux-cf383678242eacd6f92a48314922598ed3408355.tar.gz
kernel-qcow2-linux-cf383678242eacd6f92a48314922598ed3408355.tar.xz
kernel-qcow2-linux-cf383678242eacd6f92a48314922598ed3408355.zip
ARM: SAMSUNG: Add plat-samsung as starting point for plat-s3c* moves
We inted to re-organise the plat-s3c/plat-s3c24xx/plat-s3c64xx into a more generic plat-samsung with less code in the other plat- directories to make it easier to port new devices and try and clear up some of the naming issues with newer devices. Start by creating a small arch/arm/plat-samsung with no actuall code in so we can move items in as we process them. Add this to arch/arm to allow it to build things once support is added. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Makefile')
-rw-r--r--arch/arm/plat-samsung/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Makefile b/arch/arm/plat-samsung/Makefile
new file mode 100644
index 000000000000..4478b9f7dc34
--- /dev/null
+++ b/arch/arm/plat-samsung/Makefile
@@ -0,0 +1,11 @@
+# arch/arm/plat-s3c64xx/Makefile
+#
+# Copyright 2009 Simtec Electronics
+#
+# Licensed under GPLv2
+
+obj-y :=
+obj-m :=
+obj-n := dummy.o
+obj- :=
+