aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/9p/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/9p/Makefile b/net/9p/Makefile
index ac46cb91900d..85b3a7838acf 100644
--- a/net/9p/Makefile
+++ b/net/9p/Makefile
@@ -1,6 +1,6 @@
1obj-$(CONFIG_NET_9P) := 9p.o 1obj-$(CONFIG_NET_9P) := 9pnet.o
2 2
39p-objs := \ 39pnet-objs := \
4 mod.o \ 4 mod.o \
5 trans_fd.o \ 5 trans_fd.o \
6 mux.o \ 6 mux.o \
@@ -10,4 +10,4 @@ obj-$(CONFIG_NET_9P) := 9p.o
10 fcprint.o \ 10 fcprint.o \
11 util.o \ 11 util.o \
12 12
139p-$(CONFIG_SYSCTL) += sysctl.o 139pnet-$(CONFIG_SYSCTL) += sysctl.o