2001-03-27 02:08:00

by Ian Hastie

[permalink] [raw]
Subject: [PATCH] Very small fix for 2.4.3-pre8 unresolved symbols

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!