diff --git a/net/9p/Makefile b/net/9p/Makefile
index ac46cb91900d8a59413d0071cd0425a5c2688553..85b3a7838acf819b8fc38e7ad429b4978e44aa0b 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