summaryrefslogtreecommitdiffstats
path: root/fs/9p/Makefile
diff options
context:
space:
mode:
authorLatchesar Ionkov2006-03-25 12:07:25 +0100
committerLinus Torvalds2006-03-25 17:22:54 +0100
commit5174fdab9f58181249debab6e959ae4fd4abd0ed (patch)
treed5922acd425ffd35421dfe5ba17c5fb801888483 /fs/9p/Makefile
parent[PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentation (diff)
downloadkernel-qcow2-linux-5174fdab9f58181249debab6e959ae4fd4abd0ed.tar.gz
kernel-qcow2-linux-5174fdab9f58181249debab6e959ae4fd4abd0ed.tar.xz
kernel-qcow2-linux-5174fdab9f58181249debab6e959ae4fd4abd0ed.zip
[PATCH] v9fs: print 9p messages
Print 9p messages. Signed-off-by: Latchesar Ionkov <lucho@ionkov.net> Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org> Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/9p/Makefile')
-rw-r--r--fs/9p/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/9p/Makefile b/fs/9p/Makefile
index 5db5af9dbf25..12d52421d58b 100644
--- a/fs/9p/Makefile
+++ b/fs/9p/Makefile
@@ -13,5 +13,6 @@ obj-$(CONFIG_9P_FS) := 9p2000.o
vfs_dentry.o \
error.o \
v9fs.o \
- fid.o
+ fid.o \
+ fcprint.o