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 1e7a11bd4da1..fcae06aaadc5 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -100,6 +100,7 @@ obj-$(CONFIG_NTFS_FS) += ntfs/ | |||
100 | obj-$(CONFIG_UFS_FS) += ufs/ | 100 | obj-$(CONFIG_UFS_FS) += ufs/ |
101 | obj-$(CONFIG_EFS_FS) += efs/ | 101 | obj-$(CONFIG_EFS_FS) += efs/ |
102 | obj-$(CONFIG_JFFS2_FS) += jffs2/ | 102 | obj-$(CONFIG_JFFS2_FS) += jffs2/ |
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/ |
105 | obj-$(CONFIG_QNX4FS_FS) += qnx4/ | 106 | obj-$(CONFIG_QNX4FS_FS) += qnx4/ |