patch-2.4.0-test2 linux/net/Makefile
Next file: linux/net/appletalk/ddp.c
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Tue Jun 20 14:32:27 2000
- Orig file:
v2.4.0-test1/linux/net/Makefile
- Orig date:
Tue May 23 15:31:37 2000
diff -u --recursive --new-file v2.4.0-test1/linux/net/Makefile linux/net/Makefile
@@ -198,24 +198,20 @@
# 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)
-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 $(join $(SUB_DIRS), $(patsubst %,/%.o,$(notdir $(SUB_DIRS))))
+O_TARGET := network.o
+O_OBJS := socket.o protocols.o $(join $(SUB_DIRS), $(patsubst %,/%.o,$(notdir $(SUB_DIRS))))
M_OBJS :=
ifeq ($(CONFIG_SYSCTL),y)
ifeq ($(CONFIG_NET),y)
-L_OBJS += sysctl_net.o
+O_OBJS += sysctl_net.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)