X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2F9p%2FMakefile;h=87897f84dfb6300a5f9ccce73f59f97d77c7a73e;hb=67543e508d74ad1a8e80290580c9d1440beba4d9;hp=12d52421d58b0e991add33bd2a4f1348d537349d;hpb=42e8c509cfa3d92b3dcbfe95edf6be00e5d4b0eb;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/9p/Makefile b/fs/9p/Makefile index 12d5242..87897f8 100644 --- a/fs/9p/Makefile +++ b/fs/9p/Makefile @@ -1,9 +1,9 @@ -obj-$(CONFIG_9P_FS) := 9p2000.o +obj-$(CONFIG_9P_FS) := 9p.o -9p2000-objs := \ +9p-objs := \ trans_fd.o \ mux.o \ - 9p.o \ + fcall.o \ conv.o \ vfs_super.o \ vfs_inode.o \