X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2F9p%2FMakefile;h=2f4ce43f7b6c57e8fdb6bcd14143b8cc77f63288;hb=2ce9804fbd9d4da75fb5bb53331b46b614a7d5c3;hp=e4e4ffe5a7dc5068a8461022d5f1282fef37bc3b;hpb=d6d3f5bc68be3c4ab84e6f1f9db92291da671504;p=linux-2.6 diff --git a/fs/9p/Makefile b/fs/9p/Makefile index e4e4ffe5a7..2f4ce43f7b 100644 --- a/fs/9p/Makefile +++ b/fs/9p/Makefile @@ -1,17 +1,18 @@ obj-$(CONFIG_9P_FS) := 9p2000.o 9p2000-objs := \ + trans_fd.o \ + trans_sock.o \ + mux.o \ + 9p.o \ + conv.o \ vfs_super.o \ vfs_inode.o \ + vfs_addr.o \ vfs_file.o \ vfs_dir.o \ vfs_dentry.o \ error.o \ - mux.o \ - trans_fd.o \ - trans_sock.o \ - 9p.o \ - conv.o \ v9fs.o \ fid.o