diff options
author | Feng Tang <feng.tang@intel.com> | 2009-08-14 23:13:46 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-08-29 03:57:33 +0400 |
commit | 6ae6996a466e14bcf41618cde641a74ae03dc285 (patch) | |
tree | 20cc2b9b3463b327aaba3442496d1eb63136a9f4 /drivers/sfi/Makefile | |
parent | 117a9ac777f8034d4675b821172d2ff71f6ec47a (diff) | |
download | linux-6ae6996a466e14bcf41618cde641a74ae03dc285.tar.xz |
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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/sfi/Makefile b/drivers/sfi/Makefile new file mode 100644 index 000000000000..2343732aefeb --- /dev/null +++ b/drivers/sfi/Makefile @@ -0,0 +1,3 @@ +obj-y += sfi_acpi.o +obj-y += sfi_core.o + |