[PATCH] drivers/net/Makefile fixes smc91c92 module linkage, kernel 2.4.20

wrightws@paul.hn.org
Sat, 30 Nov 2002 16:51:19 -0500 (EST)


--%--multipart-mixed-boundary-1.30099.1038693079--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

modprobe on smc91c92.o seems to be missing linked mii related functions.
Add CONFIG_PCMCIA_SMC91C92 entry containing mii.o to drivers/net/Makefile
so that things link together properly.

-- Wes

*** linux-2.4.20/drivers/net/Makefile 2002-11-28 18:53:13.000000000 -0500
--- linux-2.4.20-ww1/drivers/net/Makefile 2002-11-30 16:26:32.000000000 -0500
***************
*** 122,127 ****
--- 122,128 ----
obj-$(CONFIG_MAC8390) += daynaport.o 8390.o
obj-$(CONFIG_APNE) += apne.o 8390.o
obj-$(CONFIG_PCMCIA_PCNET) += 8390.o
+ obj-$(CONFIG_PCMCIA_SMC91C92) += mii.o
obj-$(CONFIG_SHAPER) += shaper.o
obj-$(CONFIG_SK_G16) += sk_g16.o
obj-$(CONFIG_HP100) += hp100.o

--%--multipart-mixed-boundary-1.30099.1038693079--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: ASCII text
Content-Disposition: attachment; filename="README"

modprobe on smc91c92.o seems to be missing linked mii related functions.
Add CONFIG_PCMCIA_SMC91C92 entry containing mii.o to drivers/net/Makefile
so that things link together properly.

Wes Wright
wes@paul.hn.org

--%--multipart-mixed-boundary-1.30099.1038693079--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: 'diff' output text
Content-Disposition: attachment; filename="fix_pcmcia_smc91c92_link.patch"

*** linux-2.4.20/drivers/net/Makefile 2002-11-28 18:53:13.000000000 -0500
--- linux-2.4.20-ww1/drivers/net/Makefile 2002-11-30 16:26:32.000000000 -0500
***************
*** 122,127 ****
--- 122,128 ----
obj-$(CONFIG_MAC8390) += daynaport.o 8390.o
obj-$(CONFIG_APNE) += apne.o 8390.o
obj-$(CONFIG_PCMCIA_PCNET) += 8390.o
+ obj-$(CONFIG_PCMCIA_SMC91C92) += mii.o
obj-$(CONFIG_SHAPER) += shaper.o
obj-$(CONFIG_SK_G16) += sk_g16.o
obj-$(CONFIG_HP100) += hp100.o

--%--multipart-mixed-boundary-1.30099.1038693079--%--
-
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/