projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd238fb
)
net/9p: change net/9p module name to 9pnet
author
Latchesar Ionkov
<lucho@ionkov.net>
Wed, 11 Jul 2007 21:13:54 +0000
(15:13 -0600)
committer
Eric Van Hensbergen
<ericvh@ericvh-desktop.austin.ibm.com>
Sat, 14 Jul 2007 20:13:50 +0000
(15:13 -0500)
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>
net/9p/Makefile
patch
|
blob
|
history
diff --git
a/net/9p/Makefile
b/net/9p/Makefile
index ac46cb91900d8a59413d0071cd0425a5c2688553..85b3a7838acf819b8fc38e7ad429b4978e44aa0b 100644
(file)
--- a/
net/9p/Makefile
+++ b/
net/9p/Makefile
@@
-1,6
+1,6
@@
-obj-$(CONFIG_NET_9P) := 9p.o
+obj-$(CONFIG_NET_9P) := 9p
net
.o
-9p-objs := \
+9p
net
-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
+9p
net
-$(CONFIG_SYSCTL) += sysctl.o