patch-2.1.79 linux/net/core/Makefile

Next file: linux/net/core/dev.c
Previous file: linux/net/ax25/ax25_out.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.78/linux/net/core/Makefile linux/net/core/Makefile
@@ -10,16 +10,12 @@
 O_TARGET := core.o
 
 O_OBJS	:= sock.o skbuff.o iovec.o datagram.o dst.o scm.o \
-	neighbour.o rtnetlink.o
+	neighbour.o rtnetlink.o utils.o
 
 ifeq ($(CONFIG_SYSCTL),y)
 O_OBJS += sysctl_net_core.o
 endif
 
-ifdef CONFIG_FILTER
-O_OBJS += filter.o
-endif
-
 ifdef CONFIG_NET
 
 O_OBJS	+= dev.o dev_mcast.o
@@ -28,6 +24,10 @@
 OX_OBJS += firewall.o
 endif
 
+endif
+
+ifdef CONFIG_NET_PROFILE
+OX_OBJS += profile.o
 endif
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov