patch-2.3.99-pre6 linux/net/sunrpc/Makefile
Next file: linux/net/sunrpc/pmap_clnt.c
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Fri Apr 21 16:08:52 2000
- Orig file:
v2.3.99-pre5/linux/net/sunrpc/Makefile
- Orig date:
Mon Apr 7 11:35:33 1997
diff -u --recursive --new-file v2.3.99-pre5/linux/net/sunrpc/Makefile linux/net/sunrpc/Makefile
@@ -11,11 +11,15 @@
O_OBJS := clnt.o xprt.o sched.o \
auth.o auth_null.o auth_unix.o \
svc.o svcsock.o svcauth.o \
- pmap_clnt.o xdr.o sysctl.o
+ pmap_clnt.o xdr.o
OX_OBJS := sunrpc_syms.o
ifeq ($(CONFIG_PROC_FS),y)
O_OBJS += stats.o
+endif
+
+ifeq ($(CONFIG_SYSCTL),y)
+ O_OBJS += sysctl.o
endif
M_OBJS := $(O_TARGET)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)