Re: Compilation error in 2.4.20-pre4-ac2

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Mon Aug 26 2002 - 07:30:18 EST


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/



This archive was generated by hypermail 2b29 : Sat Aug 31 2002 - 22:00:16 EST