aboutsummaryrefslogtreecommitdiff
path: root/net/9p/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/9p/Makefile')
-rw-r--r--net/9p/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/9p/Makefile b/net/9p/Makefile
index ac46cb91900..85b3a7838ac 100644
--- a/net/9p/Makefile
+++ b/net/9p/Makefile
@@ -1,6 +1,6 @@
-obj-$(CONFIG_NET_9P) := 9p.o
+obj-$(CONFIG_NET_9P) := 9pnet.o
-9p-objs := \
+9pnet-objs := \
mod.o \
trans_fd.o \
mux.o \
@@ -10,4 +10,4 @@ obj-$(CONFIG_NET_9P) := 9p.o
fcprint.o \
util.o \
-9p-$(CONFIG_SYSCTL) += sysctl.o
+9pnet-$(CONFIG_SYSCTL) += sysctl.o