summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorFeng Tang2009-08-14 21:13:46 +0200
committerLen Brown2009-08-29 01:57:33 +0200
commit6ae6996a466e14bcf41618cde641a74ae03dc285 (patch)
tree20cc2b9b3463b327aaba3442496d1eb63136a9f4 /drivers/Makefile
parentSFI: create linux/sfi.h (diff)
downloadkernel-qcow2-linux-6ae6996a466e14bcf41618cde641a74ae03dc285.tar.gz
kernel-qcow2-linux-6ae6996a466e14bcf41618cde641a74ae03dc285.tar.xz
kernel-qcow2-linux-6ae6996a466e14bcf41618cde641a74ae03dc285.zip
SFI: add platform-independent core support
drivers/sfi/sfi_core.c contains the generic SFI implementation. It has a private header, sfi_core.h, for its own use and the private use of future files in drivers/sfi/ Signed-off-by: Feng Tang <feng.tang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index bc4205d2fc3c..ccfa259fa848 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -11,6 +11,7 @@ obj-$(CONFIG_PARISC) += parisc/
obj-$(CONFIG_RAPIDIO) += rapidio/
obj-y += video/
obj-$(CONFIG_ACPI) += acpi/
+obj-$(CONFIG_SFI) += sfi/
# PnP must come after ACPI since it will eventually need to check if acpi
# was used and do nothing if so
obj-$(CONFIG_PNP) += pnp/