patch-2.4.0-test10 linux/net/core/Makefile

Next file: linux/net/core/dev.c
Previous file: linux/net/bridge/br_private_stp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/net/core/Makefile linux/net/core/Makefile
@@ -29,6 +29,10 @@
 OX_OBJS += netfilter.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)