aboutsummaryrefslogtreecommitdiff
path: root/drivers/sfi/Makefile
diff options
context:
space:
mode:
authorFeng Tang <feng.tang@intel.com>2009-08-14 15:13:46 -0400
committerLen Brown <len.brown@intel.com>2009-08-28 19:57:33 -0400
commit6ae6996a466e14bcf41618cde641a74ae03dc285 (patch)
tree20cc2b9b3463b327aaba3442496d1eb63136a9f4 /drivers/sfi/Makefile
parent117a9ac777f8034d4675b821172d2ff71f6ec47a (diff)
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/sfi/Makefile')
-rw-r--r--drivers/sfi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/sfi/Makefile b/drivers/sfi/Makefile
new file mode 100644
index 00000000000..2343732aefe
--- /dev/null
+++ b/drivers/sfi/Makefile
@@ -0,0 +1,3 @@
+obj-y += sfi_acpi.o
+obj-y += sfi_core.o
+