diff options
Diffstat (limited to 'fs/9p/Makefile')
-rw-r--r-- | fs/9p/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/9p/Makefile b/fs/9p/Makefile index 5db5af9dbf2..12d52421d58 100644 --- a/fs/9p/Makefile +++ b/fs/9p/Makefile @@ -13,5 +13,6 @@ obj-$(CONFIG_9P_FS) := 9p2000.o vfs_dentry.o \ error.o \ v9fs.o \ - fid.o + fid.o \ + fcprint.o |