lkml.org 
[lkml]   [2002]   [Nov]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH] drivers/net/Makefile fixes smc91c92 module linkage, kernel 2.4.20
Date
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
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
*** 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
\
 
 \ /
  Last update: 2005-03-22 13:31    [W:5.663 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site