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>
This commit is contained in:
Thomas Gleixner 2010-10-16 10:16:59 +02:00
parent 3adbb7f4a3
commit 937f961a65
4 changed files with 2 additions and 1 deletions

View file

@ -58,7 +58,6 @@ obj-$(CONFIG_INTEL_TXT) += tboot.o
obj-$(CONFIG_STACKTRACE) += stacktrace.o
obj-y += cpu/
obj-y += acpi/
obj-$(CONFIG_SFI) += sfi.o
obj-y += reboot.o
obj-$(CONFIG_MCA) += mca_32.o
obj-$(CONFIG_X86_MSR) += msr.o

View file

@ -1 +1,2 @@
# Platform specific code goes here
obj-y += sfi/

View file

@ -0,0 +1 @@
obj-$(CONFIG_SFI) += sfi.o