patch-2.1.68 linux/net/core/Makefile
Next file: linux/net/core/dev.c
Previous file: linux/net/ax25/ax25_subr.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Nov 30 14:00:39 1997
- Orig file:
v2.1.67/linux/net/core/Makefile
- Orig date:
Mon Apr 7 11:35:32 1997
diff -u --recursive --new-file v2.1.67/linux/net/core/Makefile linux/net/core/Makefile
@@ -1,5 +1,5 @@
#
-# Makefile for the Linux TCP/IP (INET) layer.
+# Makefile for the Linux networking core.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
@@ -10,7 +10,7 @@
O_TARGET := core.o
O_OBJS := sock.o skbuff.o iovec.o datagram.o dst.o scm.o \
- neighbour.o
+ neighbour.o rtnetlink.o
ifeq ($(CONFIG_SYSCTL),y)
O_OBJS += sysctl_net_core.o
@@ -22,10 +22,6 @@
ifdef CONFIG_FIREWALL
OX_OBJS += firewall.o
-endif
-
-ifdef CONFIG_NET_ALIAS
-O_OBJS += net_alias.o
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov