Explorar o código

x86: Add platform directory

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>
Thomas Gleixner %!s(int64=15) %!d(string=hai) anos
pai
achega
3adbb7f4a3
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      arch/x86/Kbuild
  2. 1 0
      arch/x86/platform/Makefile

+ 1 - 0
arch/x86/Kbuild

@@ -14,3 +14,4 @@ obj-y += crypto/
 obj-y += vdso/
 obj-$(CONFIG_IA32_EMULATION) += ia32/
 
+obj-y += platform/

+ 1 - 0
arch/x86/platform/Makefile

@@ -0,0 +1 @@
+# Platform specific code goes here