aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking/nolock/Makefile
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-27 12:20:06 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-27 12:20:06 -0400
commit7e18c02be7c83a8cfd1319f0117f63509c20aa8e (patch)
tree1a80f5eb508aadd0a4c9dbc4476263f0f4b93548 /fs/gfs2/locking/nolock/Makefile
parent[GFS2] Remove (extra) fs_subsys declaration (diff)
downloadlinux-dev-7e18c02be7c83a8cfd1319f0117f63509c20aa8e.tar.xz
linux-dev-7e18c02be7c83a8cfd1319f0117f63509c20aa8e.zip
[GFS2] Fix bug in Makefiles for lock modules
The Makefile had the wrong CONFIG_ variable in it so that in case GFS2 was y and the lock modules were m, they were not getting built properly. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/locking/nolock/Makefile')
-rw-r--r--fs/gfs2/locking/nolock/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/locking/nolock/Makefile b/fs/gfs2/locking/nolock/Makefile
index cdadf956c831..35e9730bc3a8 100644
--- a/fs/gfs2/locking/nolock/Makefile
+++ b/fs/gfs2/locking/nolock/Makefile
@@ -1,3 +1,3 @@
-obj-$(CONFIG_GFS2_FS) += lock_nolock.o
+obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += lock_nolock.o
lock_nolock-y := main.o