patch-2.2.18 linux/net/core/Makefile
Next file: linux/net/core/dev.c
Previous file: linux/net/bridge/br.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri Sep 22 14:57:52 2000
- Orig file:
v2.2.17/net/core/Makefile
- Orig date:
Fri Apr 21 12:47:11 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/net/core/Makefile linux/net/core/Makefile
@@ -29,6 +29,10 @@
OX_OBJS += firewall.o
endif
+ifeq ($(CONFIG_NET_DIVERT),y)
+O_OBJS += dv.o
+endif
+
endif
ifdef CONFIG_NET_PROFILE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)