summaryrefslogtreecommitdiff
path: root/arch/x86/platform/intel-mid/Makefile
diff options
context:
space:
mode:
authorKuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com>2013-10-17 22:35:33 (GMT)
committerH. Peter Anvin <hpa@linux.intel.com>2013-10-17 23:40:51 (GMT)
commitaeedb370e7398fb5b39185b295d36f2da0653215 (patch)
treedefbbded137cd7cddc8669781a0102352f63e79b /arch/x86/platform/intel-mid/Makefile
parent49c72a0a8ad640fa6026962056eeaf85a4ce79fd (diff)
downloadlinux-aeedb370e7398fb5b39185b295d36f2da0653215.tar.xz
intel_mid: Moved SFI related code to sfi.c
Moved SFI specific parsing/handling code to sfi.c. This will enable us to reuse our intel-mid code for platforms that supports firmware interfaces other than SFI (like ACPI). Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Link: http://lkml.kernel.org/r/1382049336-21316-10-git-send-email-david.a.cohen@linux.intel.com Signed-off-by: David Cohen <david.a.cohen@linux.intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/platform/intel-mid/Makefile')
-rw-r--r--arch/x86/platform/intel-mid/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/platform/intel-mid/Makefile b/arch/x86/platform/intel-mid/Makefile
index de29635..b11e5b2 100644
--- a/arch/x86/platform/intel-mid/Makefile
+++ b/arch/x86/platform/intel-mid/Makefile
@@ -1,3 +1,5 @@
obj-$(CONFIG_X86_INTEL_MID) += intel-mid.o
obj-$(CONFIG_X86_INTEL_MID) += intel_mid_vrtc.o
obj-$(CONFIG_EARLY_PRINTK_INTEL_MID) += early_printk_intel_mid.o
+# SFI specific code
+obj-$(CONFIG_SFI) += sfi.o