patch-1.3.47 linux/net/ipv4/Makefile
Next file: linux/net/ipv4/af_inet.c
Previous file: linux/net/ipv4/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Dec 12 07:05:07 1995
- Orig file:
v1.3.46/linux/net/ipv4/Makefile
- Orig date:
Thu Nov 9 11:23:56 1995
diff -u --recursive --new-file v1.3.46/linux/net/ipv4/Makefile linux/net/ipv4/Makefile
@@ -36,6 +36,14 @@
endif
endif
+ifeq ($(CONFIG_IP_ALIAS),y)
+IPV4_OBJS += ip_alias.o
+else
+ ifeq ($(CONFIG_IP_ALIAS),m)
+ M_OBJS += ip_alias.o
+ endif
+endif
+
ifdef CONFIG_INET
O_OBJS := $(IPV4_OBJS)
endif
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