All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.36-bk3 fix build error with CONFIG_EEPRO100=y.
@ 2002-09-20 15:14 Steven Cole
  2002-09-20 15:31 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Cole @ 2002-09-20 15:14 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Linux Kernel

The following patch fixes this error with 2.5.36-bk3 and 
CONFIG_EEPRO100=y:

drivers/built-in.o: In function `netdev_ethtool_ioctl':
drivers/built-in.o(.text+0x28891): undefined reference to `mii_ethtool_gset'
drivers/built-in.o(.text+0x2896f): undefined reference to `mii_ethtool_sset'
drivers/built-in.o(.text+0x289ab): undefined reference to `mii_nway_restart'
drivers/built-in.o(.text+0x289d5): undefined reference to `mii_link_ok'
make: *** [vmlinux] Error 1

--- linux-2.5.36-bk3/drivers/net/Makefile.orig	Fri Sep 20 09:03:52 2002
+++ linux-2.5.36-bk3/drivers/net/Makefile	Fri Sep 20 09:04:17 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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-09-20 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-20 15:14 [PATCH] 2.5.36-bk3 fix build error with CONFIG_EEPRO100=y Steven Cole
2002-09-20 15:31 ` Jeff Garzik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.