aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 64396af37b2a..9a5ce9323bfd 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -64,6 +64,7 @@ obj-$(CONFIG_REISERFS_FS) += reiserfs/
64obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3 64obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3
65obj-$(CONFIG_EXT4DEV_FS) += ext4/ # Before ext2 so root fs can be ext4dev 65obj-$(CONFIG_EXT4DEV_FS) += ext4/ # Before ext2 so root fs can be ext4dev
66obj-$(CONFIG_JBD) += jbd/ 66obj-$(CONFIG_JBD) += jbd/
67obj-$(CONFIG_JBD2) += jbd2/
67obj-$(CONFIG_EXT2_FS) += ext2/ 68obj-$(CONFIG_EXT2_FS) += ext2/
68obj-$(CONFIG_CRAMFS) += cramfs/ 69obj-$(CONFIG_CRAMFS) += cramfs/
69obj-$(CONFIG_RAMFS) += ramfs/ 70obj-$(CONFIG_RAMFS) += ramfs/