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 bc4e14df1082..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/ |