소스 검색

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 14 년 전
부모
커밋
3adbb7f4a3
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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