diff options
author | David Teigland <teigland@redhat.com> | 2006-01-17 08:36:49 +0000 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-01-17 08:36:49 +0000 |
commit | a8f2d64728d8b706392fc1cb0f2fd6852a5e27ae (patch) | |
tree | ec65966590fa1be3d10491de5876850a0a3bbcbe /fs/gfs2/Makefile | |
parent | 29b7998d887529eca1ef43c8ca7b278448dc983c (diff) | |
download | op-kernel-dev-a8f2d64728d8b706392fc1cb0f2fd6852a5e27ae.zip op-kernel-dev-a8f2d64728d8b706392fc1cb0f2fd6852a5e27ae.tar.gz |
[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>
Diffstat (limited to 'fs/gfs2/Makefile')
-rw-r--r-- | fs/gfs2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/Makefile b/fs/gfs2/Makefile index b1bac4f..974c76d 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/ |