diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index 215f70378177..df614eacee86 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -76,6 +76,7 @@ obj-$(CONFIG_BFS_FS) += bfs/ | |||
76 | obj-$(CONFIG_ISO9660_FS) += isofs/ | 76 | obj-$(CONFIG_ISO9660_FS) += isofs/ |
77 | obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ | 77 | obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ |
78 | obj-$(CONFIG_HFS_FS) += hfs/ | 78 | obj-$(CONFIG_HFS_FS) += hfs/ |
79 | obj-$(CONFIG_ECRYPT_FS) += ecryptfs/ | ||
79 | obj-$(CONFIG_VXFS_FS) += freevxfs/ | 80 | obj-$(CONFIG_VXFS_FS) += freevxfs/ |
80 | obj-$(CONFIG_NFS_FS) += nfs/ | 81 | obj-$(CONFIG_NFS_FS) += nfs/ |
81 | obj-$(CONFIG_EXPORTFS) += exportfs/ | 82 | obj-$(CONFIG_EXPORTFS) += exportfs/ |