x86: Add platform directory
authorThomas Gleixner <tglx@linutronix.de>
Sat, 16 Oct 2010 08:11:22 +0000 (10:11 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 27 Oct 2010 12:30:01 +0000 (14:30 +0200)
x86 has finally arrived in the embedded nightmare and will rapidly
grow SoC platform support in various flavours. So we need a place for
the platform support files. That also allows us to clean up the
dumpground which arch/x86/kernel has become over time.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/Kbuild
arch/x86/platform/Makefile [new file with mode: 0644]

index ad8ec35..0e10323 100644 (file)
@@ -14,3 +14,4 @@ obj-y += crypto/
 obj-y += vdso/
 obj-$(CONFIG_IA32_EMULATION) += ia32/
 
+obj-y += platform/
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile
new file mode 100644 (file)
index 0000000..fdf4113
--- /dev/null
@@ -0,0 +1 @@
+# Platform specific code goes here