Jens Osterkamp <[EMAIL PROTECTED]> wrote: > > > This patch fixes a spidernet build issue found in 2.6.16-rc5-mm2. >
What "build issue"? The duplicate symbols? I forget what they were, actually. It really helps if you can include the compiler/linker error messages when fixing build problems please. Is this patch relevant to mainline, or just to git-net and/or git-netdev-all? I think mainline? > > Index: linux-2.6.16-rc5/drivers/net/Makefile > =================================================================== > --- linux-2.6.16-rc5.orig/drivers/net/Makefile > +++ linux-2.6.16-rc5/drivers/net/Makefile > @@ -58,8 +58,8 @@ obj-$(CONFIG_STNIC) += stnic.o 8390.o > obj-$(CONFIG_FEALNX) += fealnx.o > obj-$(CONFIG_TIGON3) += tg3.o > obj-$(CONFIG_BNX2) += bnx2.o > -spidernet-y += spider_net.o spider_net_ethtool.o sungem_phy.o > -obj-$(CONFIG_SPIDER_NET) += spidernet.o > +spidernet-y += spider_net.o spider_net_ethtool.o > +obj-$(CONFIG_SPIDER_NET) += spidernet.o sungem_phy.o > obj-$(CONFIG_TC35815) += tc35815.o > obj-$(CONFIG_SKGE) += skge.o > obj-$(CONFIG_SKY2) += sky2.o - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html