Here Alan Cox answer on this known problem.
-- Tab--- drivers/ide/Makefile~ 2002-08-26 13:06:26.000000000 +0100 +++ drivers/ide/Makefile 2002-08-26 13:06:26.000000000 +0100 @@ -19,6 +19,9 @@ obj-m := ide-obj-y :=
+subdir-$(CONFIG_BLK_DEV_IDEPCI) += pci +subdir-$(CONFIG_BLK_DEV_IDE) += legacy ppc arm raid + obj-$(CONFIG_BLK_DEV_IDE) += ide-probe.o ide-geometry.o ide-iops.o +ide-taskfile.o ide.o ide-lib.o obj-$(CONFIG_BLK_DEV_IDEDISK) += ide-disk.o obj-$(CONFIG_BLK_DEV_IDECD) += ide-cd.o
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/