diff options
author | Alexander Graf <agraf@suse.de> | 2010-12-14 01:34:40 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2010-12-17 16:11:02 +0100 |
commit | f6ad2e32f8d833c7f1c75dc084a84a8f02704d64 (patch) | |
tree | c15f8fa57da035bac23ed1aabf1f36edac3c9bdd /Makefile.objs | |
parent | 1a5a86fb7a9d98d05fe38c78d49a6fe4b923d3d2 (diff) |
ahci: add ahci emulation
This patch adds an emulation layer for an ICH-9 AHCI controller. For now
this controller does not do IDE legacy emulation. It is a pure AHCI controller.
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 24b2f99a43..72c07dd634 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -243,6 +243,7 @@ hw-obj-$(CONFIG_IDE_PIIX) += ide/piix.o hw-obj-$(CONFIG_IDE_CMD646) += ide/cmd646.o hw-obj-$(CONFIG_IDE_MACIO) += ide/macio.o hw-obj-$(CONFIG_IDE_VIA) += ide/via.o +hw-obj-$(CONFIG_AHCI) += ide/ahci.o # SCSI layer hw-obj-$(CONFIG_LSI_SCSI_PCI) += lsi53c895a.o |