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>
This commit is contained in:
parent
12ba8d1e92
commit
3adbb7f4a3
2 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,4 @@ obj-y += crypto/
|
|||
obj-y += vdso/
|
||||
obj-$(CONFIG_IA32_EMULATION) += ia32/
|
||||
|
||||
obj-y += platform/
|
||||
|
|
1
arch/x86/platform/Makefile
Normal file
1
arch/x86/platform/Makefile
Normal file
|
@ -0,0 +1 @@
|
|||
# Platform specific code goes here
|
Loading…
Reference in a new issue