summaryrefslogtreecommitdiff
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2010-03-28 04:22:14 (GMT)
committerJeff Garzik <jgarzik@redhat.com>2010-05-14 21:08:01 (GMT)
commit365cfa1ed5a36f9bcb9f64c9f0f52155af2e9fef (patch)
treedcafbc73e4232ac9cfd65d25c2c7da8fa5390976 /drivers/ata/Makefile
parent0cbb0e774b0ea0547ec1b9e795637e309327ae27 (diff)
downloadlinux-365cfa1ed5a36f9bcb9f64c9f0f52155af2e9fef.tar.xz
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 fc936d4..20c5251 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