Commit e46662be authored by Latchesar Ionkov's avatar Latchesar Ionkov Committed by Eric Van Hensbergen

net/9p: change net/9p module name to 9pnet

Change module name of net/9p module from 9p.ko to 9pnet.ko. fs/9p module
already uses 9p.ko name.
Signed-off-by: default avatarLatchesar Ionkov <lucho@ionkov.net>
parent bd238fb4
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment