summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
diff options
context:
space:
mode:
authorFeng Tang <feng.tang@intel.com>2009-08-14 21:23:29 +0200
committerLen Brown <len.brown@intel.com>2009-08-29 01:57:34 +0200
commitefafc8b213e67ed148a5b53ade29ee7b48af907d (patch)
tree416ffc86b22dcb4a7825b7148d208ff52bdd50d3 /arch/x86/kernel/Makefile
parentSFI: add capability to parse ACPI tables (diff)
downloadlinux-efafc8b213e67ed148a5b53ade29ee7b48af907d.tar.xz
linux-efafc8b213e67ed148a5b53ade29ee7b48af907d.zip
x86: add arch-specific SFI support
arch/x86/kernel/sfi.c serves the dual-purpose of supporting the SFI core with arch specific code, as well as a home for the arch-specific code that uses SFI. analogous to ACPI, drivers/sfi/Kconfig is pulled in by arch/x86/Kconfig Signed-off-by: Feng Tang <feng.tang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com> Cc: x86@kernel.org
Diffstat (limited to 'arch/x86/kernel/Makefile')
-rw-r--r--arch/x86/kernel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/Makefile b/arch/x86/kernel/Makefile
index 430d5b24af7b..6321afaafb26 100644
--- a/arch/x86/kernel/Makefile
+++ b/arch/x86/kernel/Makefile
@@ -55,6 +55,7 @@ obj-y += step.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