diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 20:34:07 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 20:34:07 +0400 |
commit | 746942d06acdb4dd78d16baa5f3728a48a033bdd (patch) | |
tree | 1470ffab015f6b7c2ff6f44314f9fab17d3a4c3f /drivers/sfi/Makefile | |
parent | c11f6c82581e8be4e1829c677db54e7f55cebece (diff) | |
parent | c602c65b2f81d14456771d1e3f15d1381f4b7efa (diff) | |
download | linux-746942d06acdb4dd78d16baa5f3728a48a033bdd.tar.xz |
Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6
* 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6:
SFI: remove unneeded includes
sfi: Remove unused code
SFI: Hook PCI MMCONFIG
x86: add arch-specific SFI support
SFI: add capability to parse ACPI tables
SFI: add platform-independent core support
SFI: create linux/sfi.h
SFI: Simple Firmware Interface - MAINTAINERS, Kconfig
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 + |