[PATCH] Very small fix for 2.4.3-pre8 unresolved symbols

Ian Hastie (ianh@iahastie.clara.net)
Tue, 27 Mar 2001 02:06:20 +0000 (UTC)


It just adds net_init.o to the definition of export-objs.

--- linux-2.4.3-pre8/drivers/net/Makefile.symbols Tue Mar 27 00:30:58 2001
+++ linux-2.4.3-pre8/drivers/net/Makefile Tue Mar 27 03:00:21 2001
@@ -16,7 +16,7 @@
# This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.

export-objs := 8390.o arlan.o aironet4500_core.o aironet4500_card.o ppp_async.o \
- ppp_generic.o slhc.o pppox.o auto_irq.o
+ ppp_generic.o slhc.o pppox.o auto_irq.o net_init.o

ifeq ($(CONFIG_TULIP),y)
obj-y += tulip/tulip.o

-- 
Ian.

I don't have a sig either! - 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/