diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index 720c29d57a62..500cf15cdb4b 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -72,7 +72,7 @@ obj-$(CONFIG_JBD) += jbd/ | |||
72 | obj-$(CONFIG_JBD2) += jbd2/ | 72 | obj-$(CONFIG_JBD2) += jbd2/ |
73 | obj-$(CONFIG_EXT2_FS) += ext2/ | 73 | obj-$(CONFIG_EXT2_FS) += ext2/ |
74 | obj-$(CONFIG_CRAMFS) += cramfs/ | 74 | obj-$(CONFIG_CRAMFS) += cramfs/ |
75 | obj-$(CONFIG_RAMFS) += ramfs/ | 75 | obj-y += ramfs/ |
76 | obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ | 76 | obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ |
77 | obj-$(CONFIG_CODA_FS) += coda/ | 77 | obj-$(CONFIG_CODA_FS) += coda/ |
78 | obj-$(CONFIG_MINIX_FS) += minix/ | 78 | obj-$(CONFIG_MINIX_FS) += minix/ |