]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[GFS2] Fix typo in GFS2 Makefile
authorDavid Teigland <teigland@redhat.com>
Tue, 17 Jan 2006 08:36:49 +0000 (08:36 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 17 Jan 2006 08:36:49 +0000 (08:36 +0000)
A two line fix to the GFS2 Makefile.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steve Whitehouse <swhiteho@redhat.com>
fs/gfs2/Makefile

index b1bac4f199db8f6686565ed47c6f0fe22081dbc3..974c76d0c6fc7f2d0d23eead1ab1254f3c40d28b 100644 (file)
@@ -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/