patch-2.1.96 linux/net/ipx/Makefile

Next file: linux/net/ipx/af_ipx.c
Previous file: linux/net/ipx/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.95/linux/net/ipx/Makefile linux/net/ipx/Makefile
@@ -17,6 +17,14 @@
   O_OBJS += sysctl_net_ipx.o
 endif
 
+ifeq ($(CONFIG_SPX),y)
+OX_OBJS += af_spx.o
+else
+  ifeq ($(CONFIG_SPX),m)
+  MX_OBJS += af_spx.o
+  endif
+endif
+
 include $(TOPDIR)/Rules.make
 
 tar:

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