summaryrefslogtreecommitdiffstats
path: root/drivers/ata/Makefile
diff options
context:
space:
mode:
authorAlan Cox2007-11-19 15:45:53 +0100
committerJeff Garzik2008-01-23 11:24:10 +0100
commit51dbd490614e6228e9b2b198bd4f5f76ef961059 (patch)
tree5dd47ab1670cefa858d6523ecc44f0e84219a175 /drivers/ata/Makefile
parentlibata-sff: tf_load (diff)
downloadkernel-qcow2-linux-51dbd490614e6228e9b2b198bd4f5f76ef961059.tar.gz
kernel-qcow2-linux-51dbd490614e6228e9b2b198bd4f5f76ef961059.tar.xz
kernel-qcow2-linux-51dbd490614e6228e9b2b198bd4f5f76ef961059.zip
pata_ninja32: Cardbus ATA initial support
Lots of work needed to bring it up to scratch but it does work so you can now use the card. That makes it at least useful, especially as the other cardbus cards are usually INIC162x which aren't yet supported well. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/Makefile')
-rw-r--r--drivers/ata/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/Makefile b/drivers/ata/Makefile
index b13feb2c5dae..82550c16818c 100644
--- a/drivers/ata/Makefile
+++ b/drivers/ata/Makefile
@@ -41,6 +41,7 @@ obj-$(CONFIG_PATA_IT821X) += pata_it821x.o
obj-$(CONFIG_PATA_IT8213) += pata_it8213.o
obj-$(CONFIG_PATA_JMICRON) += pata_jmicron.o
obj-$(CONFIG_PATA_NETCELL) += pata_netcell.o
+obj-$(CONFIG_PATA_NINJA32) += pata_ninja32.o
obj-$(CONFIG_PATA_NS87410) += pata_ns87410.o
obj-$(CONFIG_PATA_NS87415) += pata_ns87415.o
obj-$(CONFIG_PATA_OPTI) += pata_opti.o