Messages in this thread Patch in this message |  | | Subject | Re: Compilation error in 2.4.20-pre4-ac2 | From | Alan Cox <> | Date | 26 Aug 2002 13:30:18 +0100 |
| |
On Mon, 2002-08-26 at 12:11, Petr Konecny wrote: > Hi Alan, > > I got an error when compiling 2.4.20-pre4-ac2. Compiled on debian > unstable with gcc-3.2. > Arghh missed that because I didn't clean build after I broke that bit
Try the following
--- 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/
|  |