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 93804d4d66e1..2fb977934673 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -102,6 +102,7 @@ obj-$(CONFIG_UBIFS_FS) += ubifs/ | |||
102 | obj-$(CONFIG_AFFS_FS) += affs/ | 102 | obj-$(CONFIG_AFFS_FS) += affs/ |
103 | obj-$(CONFIG_ROMFS_FS) += romfs/ | 103 | obj-$(CONFIG_ROMFS_FS) += romfs/ |
104 | obj-$(CONFIG_QNX4FS_FS) += qnx4/ | 104 | obj-$(CONFIG_QNX4FS_FS) += qnx4/ |
105 | obj-$(CONFIG_QNX6FS_FS) += qnx6/ | ||
105 | obj-$(CONFIG_AUTOFS4_FS) += autofs4/ | 106 | obj-$(CONFIG_AUTOFS4_FS) += autofs4/ |
106 | obj-$(CONFIG_ADFS_FS) += adfs/ | 107 | obj-$(CONFIG_ADFS_FS) += adfs/ |
107 | obj-$(CONFIG_FUSE_FS) += fuse/ | 108 | obj-$(CONFIG_FUSE_FS) += fuse/ |