Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.pl
[pandora-kernel.git] / fs / 9p / Makefile
index 3d02308..bc7f0d1 100644 (file)
@@ -1,17 +1,12 @@
-obj-$(CONFIG_9P_FS) := 9p2000.o
+obj-$(CONFIG_9P_FS) := 9p.o
 
-9p2000-objs := \
-       trans_fd.o \
-       trans_sock.o \
-       mux.o \
-       9p.o \
-       conv.o \
+9p-objs := \
        vfs_super.o \
        vfs_inode.o \
+       vfs_addr.o \
        vfs_file.o \
        vfs_dir.o \
        vfs_dentry.o \
-       error.o \
        v9fs.o \
-       fid.o
+       fid.o \