[PATCH 2.4.23-pre8] compile mii when using usbnet

From: Stelian Pop
Date: Sun Oct 26 2003 - 11:52:12 EST


Hi,

This patch is necessary in order to select the compilation of mii.o
when selecting usbnet.o.

Marcelo, please apply.

Thanks,

Stelian.


===== drivers/net/Makefile 1.39 vs edited =====
--- 1.39/drivers/net/Makefile Wed Sep 3 18:45:33 2003
+++ edited/drivers/net/Makefile Fri Oct 24 18:22:50 2003
@@ -242,6 +242,7 @@

# non-drivers/net drivers who want mii lib
obj-$(CONFIG_PCMCIA_SMC91C92) += mii.o
+obj-$(CONFIG_USB_USBNET) += mii.o

ifeq ($(CONFIG_ARCH_ACORN),y)
mod-subdirs += ../acorn/net
--
Stelian Pop <stelian@xxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/