summaryrefslogtreecommitdiff
path: root/drivers/ide/Makefile
diff options
context:
space:
mode:
authorMartin Dalecki <dalecki@evision-ventures.com>2002-05-17 09:49:53 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-05-17 09:49:53 -0700
commitacff0d9364ccfc427ddfc20d13c53afd7ac3d0fb (patch)
treec52163956bbfcaeb4335c522208267f6a3db82a9 /drivers/ide/Makefile
parentd7e09f7eac82dcb45fabfe8c1055e6da418c7d6a (diff)
[PATCH] 2.5.15 IDE 64
Let's just get over with this before queue handling will be targeted again... - Implement suggestions by Russell King for improved portability and separation between PCI and non PCI host code. - pdc202xxx updates from Thierry Vignaud. - Tiny PIO fix from Tomita.
Diffstat (limited to 'drivers/ide/Makefile')
-rw-r--r--drivers/ide/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile
index b004ba92bc4e..8655590ea98d 100644
--- a/drivers/ide/Makefile
+++ b/drivers/ide/Makefile
@@ -10,7 +10,7 @@
O_TARGET := idedriver.o
-export-objs := ide-taskfile.o ide.o ide-features.o ide-probe.o ide-dma.o ataraid.o
+export-objs := ide-taskfile.o ide.o ide-features.o ide-probe.o quirks.o pcidma.o ataraid.o
obj-y :=
obj-m :=
@@ -43,7 +43,8 @@ ide-obj-$(CONFIG_BLK_DEV_HPT34X) += hpt34x.o
ide-obj-$(CONFIG_BLK_DEV_HPT366) += hpt366.o
ide-obj-$(CONFIG_BLK_DEV_HT6560B) += ht6560b.o
ide-obj-$(CONFIG_BLK_DEV_IDE_ICSIDE) += icside.o
-ide-obj-$(CONFIG_BLK_DEV_IDEDMA_PCI) += ide-dma.o
+ide-obj-$(CONFIG_BLK_DEV_IDEDMA) += quirks.o
+ide-obj-$(CONFIG_BLK_DEV_IDEDMA_PCI) += pcidma.o
ide-obj-$(CONFIG_BLK_DEV_IDE_TCQ) += tcq.o
ide-obj-$(CONFIG_PCI) += ide-pci.o
ide-obj-$(CONFIG_BLK_DEV_ISAPNP) += ide-pnp.o