patch-2.1.21 linux/net/Makefile
Next file: linux/net/core/firewall.c
Previous file: linux/net/802/psnap.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Fri Jan 3 11:33:27 1997
- Orig file:
v2.1.20/linux/net/Makefile
- Orig date:
Thu Jan 2 15:55:26 1997
diff -u --recursive --new-file v2.1.20/linux/net/Makefile linux/net/Makefile
@@ -89,13 +89,21 @@
endif
endif
-L_TARGET := network.a
-L_OBJS := socket.o protocols.o sysctl_net.o $(join $(SUB_DIRS),$(SUB_DIRS:%=/%.o))
+# We must attach netsyms.o to socket.o, as otherwise there is nothing
+# to pull the object file from the archive.
+
+SOCK := socket.o
ifeq ($(CONFIG_NET),y)
ifeq ($(CONFIG_MODULES),y)
-LX_OBJS = netsyms.o
+O_TARGET := sock_n_syms.o
+O_OBJS := socket.o
+OX_OBJS := netsyms.o
+SOCK := $(O_TARGET)
endif
endif
+
+L_TARGET := network.a
+L_OBJS := $(SOCK) protocols.o sysctl_net.o $(join $(SUB_DIRS),$(SUB_DIRS:%=/%.o))
M_OBJS :=
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov