x86: Move sfi to platform
authorThomas Gleixner <tglx@linutronix.de>
Sat, 16 Oct 2010 08:16:59 +0000 (10:16 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 27 Oct 2010 12:30:01 +0000 (14:30 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Len Brown <lenb@kernel.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
arch/x86/kernel/Makefile
arch/x86/platform/Makefile
arch/x86/platform/sfi/Makefile [new file with mode: 0644]
arch/x86/platform/sfi/sfi.c [moved from arch/x86/kernel/sfi.c with 100% similarity]

index 2c833d8..d9067d1 100644 (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
index fdf4113..a964fa3 100644 (file)
@@ -1 +1,2 @@
 # Platform specific code goes here
+obj-y  += sfi/
diff --git a/arch/x86/platform/sfi/Makefile b/arch/x86/platform/sfi/Makefile
new file mode 100644 (file)
index 0000000..cc5db11
--- /dev/null
@@ -0,0 +1 @@
+obj-$(CONFIG_SFI)              += sfi.o