Browse Source

[GFS2] Fix typo in GFS2 Makefile

A two line fix to the GFS2 Makefile.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steve Whitehouse <swhiteho@redhat.com>
David Teigland 19 years ago
parent
commit
a8f2d64728
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fs/gfs2/Makefile

+ 2 - 2
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/