patch-2.3.99-pre2 linux/net/Makefile
Next file: linux/net/core/netfilter.c
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Fri Mar 17 10:56:20 2000
- Orig file:
v2.3.99-pre1/linux/net/Makefile
- Orig date:
Sun Feb 20 21:12:40 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/net/Makefile linux/net/Makefile
@@ -20,6 +20,10 @@
ifeq ($(CONFIG_INET),y)
SUB_DIRS += ipv4
+ifeq ($(CONFIG_NETFILTER),y)
+SUB_DIRS += ipv4/netfilter
+MOD_SUB_DIRS += ipv4/netfilter
+endif
endif
ifeq ($(CONFIG_UNIX),y)
@@ -198,7 +202,7 @@
endif
L_TARGET := network.a
-L_OBJS := $(SOCK) protocols.o $(join $(SUB_DIRS),$(SUB_DIRS:%=/%.o))
+L_OBJS := $(SOCK) protocols.o $(join $(SUB_DIRS), $(patsubst %,/%.o,$(notdir $(SUB_DIRS))))
M_OBJS :=
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)