diff options
Diffstat (limited to 'fs/9p/Makefile')
| -rw-r--r-- | fs/9p/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/9p/Makefile b/fs/9p/Makefile index 1a940ec7af6..91fba025fcb 100644 --- a/fs/9p/Makefile +++ b/fs/9p/Makefile | |||
| @@ -8,6 +8,8 @@ obj-$(CONFIG_9P_FS) := 9p.o | |||
| 8 | vfs_dir.o \ | 8 | vfs_dir.o \ |
| 9 | vfs_dentry.o \ | 9 | vfs_dentry.o \ |
| 10 | v9fs.o \ | 10 | v9fs.o \ |
| 11 | fid.o | 11 | fid.o \ |
| 12 | xattr.o \ | ||
| 13 | xattr_user.o | ||
| 12 | 14 | ||
| 13 | 9p-$(CONFIG_9P_FSCACHE) += cache.o | 15 | 9p-$(CONFIG_9P_FSCACHE) += cache.o |
