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 1db711319c80..b298f4fdc6f2 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -48,6 +48,7 @@ obj-$(CONFIG_SYSFS) += sysfs/ | |||
48 | obj-y += devpts/ | 48 | obj-y += devpts/ |
49 | 49 | ||
50 | obj-$(CONFIG_PROFILING) += dcookies.o | 50 | obj-$(CONFIG_PROFILING) += dcookies.o |
51 | obj-$(CONFIG_DLM) += dlm/ | ||
51 | 52 | ||
52 | # Do not add any filesystems before this line | 53 | # Do not add any filesystems before this line |
53 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ | 54 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ |
@@ -103,3 +104,4 @@ obj-$(CONFIG_HPPFS) += hppfs/ | |||
103 | obj-$(CONFIG_DEBUG_FS) += debugfs/ | 104 | obj-$(CONFIG_DEBUG_FS) += debugfs/ |
104 | obj-$(CONFIG_CONFIGFS_FS) += configfs/ | 105 | obj-$(CONFIG_CONFIGFS_FS) += configfs/ |
105 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ | 106 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ |
107 | obj-$(CONFIG_GFS2_FS) += gfs2/ | ||