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 af6d04700d9c..c3633aa46911 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -99,6 +99,7 @@ obj-$(CONFIG_NTFS_FS) += ntfs/ | |||
99 | obj-$(CONFIG_UFS_FS) += ufs/ | 99 | obj-$(CONFIG_UFS_FS) += ufs/ |
100 | obj-$(CONFIG_EFS_FS) += efs/ | 100 | obj-$(CONFIG_EFS_FS) += efs/ |
101 | obj-$(CONFIG_JFFS2_FS) += jffs2/ | 101 | obj-$(CONFIG_JFFS2_FS) += jffs2/ |
102 | obj-$(CONFIG_LOGFS) += logfs/ | ||
102 | obj-$(CONFIG_UBIFS_FS) += ubifs/ | 103 | obj-$(CONFIG_UBIFS_FS) += ubifs/ |
103 | obj-$(CONFIG_AFFS_FS) += affs/ | 104 | obj-$(CONFIG_AFFS_FS) += affs/ |
104 | obj-$(CONFIG_ROMFS_FS) += romfs/ | 105 | obj-$(CONFIG_ROMFS_FS) += romfs/ |