[PATCH] Missing mii.o in driver/net/Makefile

Marc Zyngier (mzyngier@freesurf.fr)
20 Sep 2002 20:25:28 +0200


Hi all,

Eepro100 in 2.5.37-BK needs to be linked to mii.o.
So here is the patch...

M.

diff -Nru a/drivers/net/Makefile b/drivers/net/Makefile
--- a/drivers/net/Makefile Fri Sep 20 20:18:34 2002
+++ b/drivers/net/Makefile Fri Sep 20 20:18:34 2002
@@ -41,7 +41,7 @@
obj-$(CONFIG_VORTEX) += 3c59x.o
obj-$(CONFIG_NE2K_PCI) += ne2k-pci.o 8390.o
obj-$(CONFIG_PCNET32) += pcnet32.o mii.o
-obj-$(CONFIG_EEPRO100) += eepro100.o
+obj-$(CONFIG_EEPRO100) += eepro100.o mii.o
obj-$(CONFIG_TLAN) += tlan.o
obj-$(CONFIG_EPIC100) += epic100.o mii.o
obj-$(CONFIG_SIS900) += sis900.o

-- 
Places change, faces change. Life is so very strange.
-
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/