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 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 |
71 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ | 71 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ |
72 | obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3 | 72 | obj-$(CONFIG_EXT3_FS) += ext3/ # Before ext2 so root fs can be ext3 |
73 | obj-$(CONFIG_EXT4DEV_FS) += ext4/ # Before ext2 so root fs can be ext4dev | 73 | obj-$(CONFIG_EXT4_FS) += ext4/ # Before ext2 so root fs can be ext4dev |
74 | obj-$(CONFIG_JBD) += jbd/ | 74 | obj-$(CONFIG_JBD) += jbd/ |
75 | obj-$(CONFIG_JBD2) += jbd2/ | 75 | obj-$(CONFIG_JBD2) += jbd2/ |
76 | obj-$(CONFIG_EXT2_FS) += ext2/ | 76 | obj-$(CONFIG_EXT2_FS) += ext2/ |