patch-2.1.32 linux/net/ipx/Makefile
Next file: linux/net/netrom/Makefile
Previous file: linux/net/ipv6/sysctl_net_ipv6.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Sat Apr 5 12:14:21 1997
- Orig file:
v2.1.31/linux/net/ipx/Makefile
- Orig date:
Mon Apr 1 21:43:08 1996
diff -u --recursive --new-file v2.1.31/linux/net/ipx/Makefile linux/net/ipx/Makefile
@@ -8,8 +8,12 @@
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := ipx.o
-O_OBJS := af_ipx.o sysctl_net_ipx.o
+O_OBJS := af_ipx.o
M_OBJS := $(O_TARGET)
+
+ifeq ($(CONFIG_SYSCTL),y)
+O_OBJS += sysctl_net_ipx.o
+endif
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov