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 a1482a5eff15..41fcc858c972 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -121,4 +121,5 @@ obj-$(CONFIG_HOSTFS) += hostfs/ | |||
121 | obj-$(CONFIG_HPPFS) += hppfs/ | 121 | obj-$(CONFIG_HPPFS) += hppfs/ |
122 | obj-$(CONFIG_DEBUG_FS) += debugfs/ | 122 | obj-$(CONFIG_DEBUG_FS) += debugfs/ |
123 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ | 123 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ |
124 | obj-$(CONFIG_BTRFS_FS) += btrfs/ | ||
124 | obj-$(CONFIG_GFS2_FS) += gfs2/ | 125 | obj-$(CONFIG_GFS2_FS) += gfs2/ |