Skip to content

Commit

Permalink
net/9p: change net/9p module name to 9pnet
Browse files Browse the repository at this point in the history
Change module name of net/9p module from 9p.ko to 9pnet.ko. fs/9p module
already uses 9p.ko name.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
  • Loading branch information
Latchesar Ionkov authored and Eric Van Hensbergen committed Jul 14, 2007
1 parent bd238fb commit e46662b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/9p/Makefile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -10,4 +10,4 @@ obj-$(CONFIG_NET_9P) := 9p.o
fcprint.o \
util.o \

9p-$(CONFIG_SYSCTL) += sysctl.o
9pnet-$(CONFIG_SYSCTL) += sysctl.o

0 comments on commit e46662b

Please sign in to comment.