On Mon, Oct 02, 2000 at 02:11:33AM -0400, Mohammad A. Haque wrote:
> Broke md as module. I guess this is one way to fix it.

I propose the following patch. It fixes lvm modules, too.

Jan


--- linux-2.4.0-test9-pre8/drivers/Makefile.orig        Mon Oct  2 12:49:03 2000
+++ linux-2.4.0-test9-pre8/drivers/Makefile     Mon Oct  2 12:43:18 2000
@@ -31,7 +31,8 @@
 subdir-$(CONFIG_I2O)           += i2o
 subdir-$(CONFIG_IDE)           += ide
 subdir-$(CONFIG_SCSI)          += scsi
-subdir-$(CONFIG_MD)            += md
+subdir-$(CONFIG_BLK_DEV_MD)    += md
+subdir-$(CONFIG_BLK_DEV_LVM)   += md
 subdir-$(CONFIG_IEEE1394)      += ieee1394
 subdir-$(CONFIG_PNP)           += pnp
 subdir-$(CONFIG_ISDN)          += isdn
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to