This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2024-12-25 21:54:06 +08:00
Code
937f961a65
linux-next
/
arch
/
x86
/
platform
/
Makefile
3 lines
49 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 16:11:22 +08:00
# Platform specific code goes here
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 16:16:59 +08:00
obj-y
+=
sfi/
Copy Permalink