summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorAnton Vorontsov2010-03-28 06:22:14 +0200
committerJeff Garzik2010-05-14 23:08:01 +0200
commit365cfa1ed5a36f9bcb9f64c9f0f52155af2e9fef (patch)
treedcafbc73e4232ac9cfd65d25c2c7da8fa5390976 /drivers/ata/Makefile
parentahci: Introduce ahci_set_em_messages() (diff)
downloadkernel-qcow2-linux-365cfa1ed5a36f9bcb9f64c9f0f52155af2e9fef.tar.gz
kernel-qcow2-linux-365cfa1ed5a36f9bcb9f64c9f0f52155af2e9fef.tar.xz
kernel-qcow2-linux-365cfa1ed5a36f9bcb9f64c9f0f52155af2e9fef.zip
ahci: Move generic code into libahci
This patch should contain no functional changes, just moves code around. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index fc936d4471d6..20c5251e7e41 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -1,7 +1,7 @@
obj-$(CONFIG_ATA) += libata.o
-obj-$(CONFIG_SATA_AHCI) += ahci.o
+obj-$(CONFIG_SATA_AHCI) += ahci.o libahci.o
obj-$(CONFIG_SATA_SVW) += sata_svw.o
obj-$(CONFIG_ATA_PIIX) += ata_piix.o
obj-$(CONFIG_SATA_PROMISE) += sata_promise.o