aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/gfs2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile
index b1bac4f199db..974c76d0c6fc 100644
--- a/fs/gfs2/Makefile
+++ b/fs/gfs2/Makefile
@@ -39,6 +39,6 @@ gfs2-y := \
unlinked.o \
util.o
-obj-$(CONFIG_GFS2_LOCKING_NOLOCK) += locking/nolock/
-obj-$(CONFIG_GFS2_LOCKING_DLM) += locking/dlm/
+obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += locking/nolock/
+obj-$(CONFIG_GFS2_FS_LOCKING_DLM) += locking/dlm/