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 819b2a93bebe..215f70378177 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -57,6 +57,7 @@ obj-$(CONFIG_CONFIGFS_FS) += configfs/ | |||
57 | obj-y += devpts/ | 57 | obj-y += devpts/ |
58 | 58 | ||
59 | obj-$(CONFIG_PROFILING) += dcookies.o | 59 | obj-$(CONFIG_PROFILING) += dcookies.o |
60 | obj-$(CONFIG_DLM) += dlm/ | ||
60 | 61 | ||
61 | # Do not add any filesystems before this line | 62 | # Do not add any filesystems before this line |
62 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ | 63 | obj-$(CONFIG_REISERFS_FS) += reiserfs/ |
@@ -109,3 +110,4 @@ obj-$(CONFIG_HOSTFS) += hostfs/ | |||
109 | obj-$(CONFIG_HPPFS) += hppfs/ | 110 | obj-$(CONFIG_HPPFS) += hppfs/ |
110 | obj-$(CONFIG_DEBUG_FS) += debugfs/ | 111 | obj-$(CONFIG_DEBUG_FS) += debugfs/ |
111 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ | 112 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ |
113 | obj-$(CONFIG_GFS2_FS) += gfs2/ | ||