X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2F9p%2FMakefile;h=bc7f0d1551e68f3efacd09795433886f318f239f;hb=fab00c5d15091546be681426c60b2ed2c10513bf;hp=3d023089707efe87df1d17e276ae8598971db1ee;hpb=8e9c238c3884c226f0cddc31cde87dd5df1a6500;p=linux-2.6-omap-h63xx.git diff --git a/fs/9p/Makefile b/fs/9p/Makefile index 3d023089707..bc7f0d1551e 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 := \ - 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 \