patch-1.3.36 linux/net/core/Makefile

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

diff -u --recursive --new-file v1.3.35/linux/net/core/Makefile linux/net/core/Makefile
@@ -9,10 +9,16 @@
 
 O_TARGET := core.o
 
-O_OBJS	:= sock.o skbuff.o iovec.o datagram.o
+O_OBJS	:= sock.o skbuff.o iovec.o datagram.o 
 
 ifdef CONFIG_NET
+
 O_OBJS	+= dev.o dev_mcast.o
+
+ifdef CONFIG_FIREWALL
+O_OBJS += firewall.o
+endif
+
 endif
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this