diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index 89135428a539..64df11047ccc 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -50,6 +50,7 @@ obj-$(CONFIG_CONFIGFS_FS) += configfs/ | |||
50 | obj-y += devpts/ | 50 | obj-y += devpts/ |
51 | 51 | ||
52 | obj-$(CONFIG_PROFILING) += dcookies.o | 52 | obj-$(CONFIG_PROFILING) += dcookies.o |
53 | obj-$(CONFIG_DLM) += dlm/ | ||
53 | 54 | ||
54 | # Do not add any filesystems before this line | 55 | # Do not add any filesystems before this line |
55 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ | 56 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ |
@@ -102,3 +103,4 @@ obj-$(CONFIG_HOSTFS) += hostfs/ | |||
102 | obj-$(CONFIG_HPPFS) += hppfs/ | 103 | obj-$(CONFIG_HPPFS) += hppfs/ |
103 | obj-$(CONFIG_DEBUG_FS) += debugfs/ | 104 | obj-$(CONFIG_DEBUG_FS) += debugfs/ |
104 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ | 105 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ |
106 | obj-$(CONFIG_GFS2_FS) += gfs2/ | ||