aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 4b86d433baaf..b6f27dc26b72 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -70,7 +70,7 @@ obj-$(CONFIG_DLM) += dlm/
70# Do not add any filesystems before this line 70# Do not add any filesystems before this line
71obj-$(CONFIG_REISERFS_FS) += reiserfs/ 71obj-$(CONFIG_REISERFS_FS) += reiserfs/
72obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3 72obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3
73obj-$(CONFIG_EXT4DEV_FS) += ext4/ # Before ext2 so root fs can be ext4dev 73obj-$(CONFIG_EXT4_FS) += ext4/ # Before ext2 so root fs can be ext4dev
74obj-$(CONFIG_JBD) += jbd/ 74obj-$(CONFIG_JBD) += jbd/
75obj-$(CONFIG_JBD2) += jbd2/ 75obj-$(CONFIG_JBD2) += jbd2/
76obj-$(CONFIG_EXT2_FS) += ext2/ 76obj-$(CONFIG_EXT2_FS) += ext2/