This website requires JavaScript.
Explore
Help
Register
Sign In
FEX-Emu
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://github.com/FEX-Emu/linux.git
synced
2025-01-10 19:43:29 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
linux
/
arch
/
x86
/
platform
/
Makefile
6 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2010-10-16 10:11:22 +02:00
# Platform specific code goes here
x86: Move efi to platform Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Huang Ying <ying.huang@intel.com>
2010-10-16 10:19:54 +02:00
obj-y
+=
efi/
x86: Move scx200 to platform Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2010-10-16 10:35:51 +02:00
obj-y
+=
scx200/
x86: Move sfi to platform Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Len Brown <lenb@kernel.org> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
2010-10-16 10:16:59 +02:00
obj-y
+=
sfi/
x86: Move visws to platform Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2010-10-16 10:33:09 +02:00
obj-y
+=
visws/
Reference in New Issue
Copy Permalink