X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2F9p%2FMakefile;h=bc7f0d1551e68f3efacd09795433886f318f239f;hb=69bbc7dc9f59fedb6067c7f9f9f9bc1da27407ad;hp=e4e4ffe5a7dc5068a8461022d5f1282fef37bc3b;hpb=4e0c1159d83a658d1ffba5bc3442f4ec4cadb436;p=linux-2.6 diff --git a/fs/9p/Makefile b/fs/9p/Makefile index e4e4ffe5a7..bc7f0d1551 100644 --- a/fs/9p/Makefile +++ b/fs/9p/Makefile @@ -1,17 +1,12 @@ -obj-$(CONFIG_9P_FS) := 9p2000.o +obj-$(CONFIG_9P_FS) := 9p.o -9p2000-objs := \ +9p-objs := \ 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 + fid.o \