mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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
|
|
@ -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 New Issue
Block a user