aboutsummaryrefslogtreecommitdiff
path: root/net/9p/Makefile
diff options
context:
space:
mode:
authorEric Van Hensbergen <ericvh@ericvh-laptop.(none)>2007-10-17 14:35:15 -0500
committerEric Van Hensbergen <ericvh@ericvh-desktop.austin.ibm.com>2007-10-17 14:35:15 -0500
commit982c37cfb6e61c0e64634abc2e305d757c1405b2 (patch)
tree084d81419cde8c6cd807d1a909ff413e5589c2ed /net/9p/Makefile
parentfb0466c3ae7f1c73f70072af8fd27ac166908a2f (diff)
9p: remove sysctl
A sysctl method was added to enable and disable debugging levels. After further review, it was decided that there are better approaches to doing this and the sysctl methodology isn't really desirable. This patch removes the sysctl code from 9p. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'net/9p/Makefile')
-rw-r--r--net/9p/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/9p/Makefile b/net/9p/Makefile
index 7b2a67abc0a..5059bc06f8f 100644
--- a/net/9p/Makefile
+++ b/net/9p/Makefile
@@ -10,7 +10,5 @@ obj-$(CONFIG_NET_9P_FD) += 9pnet_fd.o
fcprint.o \
util.o \
-9pnet-$(CONFIG_SYSCTL) += sysctl.o
-
9pnet_fd-objs := \
trans_fd.o \