diff options
author | Latchesar Ionkov <lucho@ionkov.net> | 2007-07-11 15:13:54 -0600 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@ericvh-desktop.austin.ibm.com> | 2007-07-14 15:13:50 -0500 |
commit | e46662be7fddde3464bf208317542c2f8df13d0b (patch) | |
tree | 6001b4d908b87480678bb0fc999f5cbfbab1ec10 /net/9p/Makefile | |
parent | bd238fb431f31989898423c8b6496bc8c4204a86 (diff) |
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: Latchesar Ionkov <lucho@ionkov.net>
Diffstat (limited to 'net/9p/Makefile')
-rw-r--r-- | net/9p/Makefile | 6 |
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 @@ -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 |