summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/Makefile')
-rw-r--r--net/sunrpc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/sunrpc/Makefile b/net/sunrpc/Makefile
index 1bf4f6070..ef5030354 100644
--- a/net/sunrpc/Makefile
+++ b/net/sunrpc/Makefile
@@ -11,13 +11,17 @@ O_TARGET := sunrpc.o
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)
include $(TOPDIR)/Rules.make