* [PATCH] Missing mii.o in driver/net/Makefile
@ 2002-09-20 18:25 Marc Zyngier
2002-09-20 18:29 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2002-09-20 18:25 UTC (permalink / raw)
To: linux-kernel; +Cc: torvalds
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Missing mii.o in driver/net/Makefile
2002-09-20 18:25 [PATCH] Missing mii.o in driver/net/Makefile Marc Zyngier
@ 2002-09-20 18:29 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2002-09-20 18:29 UTC (permalink / raw)
To: mzyngier; +Cc: linux-kernel, torvalds
Marc Zyngier wrote:
> Hi all,
>
> Eepro100 in 2.5.37-BK needs to be linked to mii.o.
> So here is the patch...
second post with this patch ;-)
I've already applied the first one, so no worries...
Jeff
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-20 18:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-20 18:25 [PATCH] Missing mii.o in driver/net/Makefile Marc Zyngier
2002-09-20 18:29 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®