diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index c830611550d3..38bc735c67ad 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -74,6 +74,7 @@ obj-$(CONFIG_JBD) += jbd/ | |||
74 | obj-$(CONFIG_JBD2) += jbd2/ | 74 | obj-$(CONFIG_JBD2) += jbd2/ |
75 | obj-$(CONFIG_EXT2_FS) += ext2/ | 75 | obj-$(CONFIG_EXT2_FS) += ext2/ |
76 | obj-$(CONFIG_CRAMFS) += cramfs/ | 76 | obj-$(CONFIG_CRAMFS) += cramfs/ |
77 | obj-$(CONFIG_SQUASHFS) += squashfs/ | ||
77 | obj-y += ramfs/ | 78 | obj-y += ramfs/ |
78 | obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ | 79 | obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ |
79 | obj-$(CONFIG_CODA_FS) += coda/ | 80 | obj-$(CONFIG_CODA_FS) += coda/ |
@@ -119,4 +120,5 @@ obj-$(CONFIG_HOSTFS) += hostfs/ | |||
119 | obj-$(CONFIG_HPPFS) += hppfs/ | 120 | obj-$(CONFIG_HPPFS) += hppfs/ |
120 | obj-$(CONFIG_DEBUG_FS) += debugfs/ | 121 | obj-$(CONFIG_DEBUG_FS) += debugfs/ |
121 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ | 122 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ |
123 | obj-$(CONFIG_BTRFS_FS) += btrfs/ | ||
122 | obj-$(CONFIG_GFS2_FS) += gfs2/ | 124 | obj-$(CONFIG_GFS2_FS) += gfs2/ |