From: David Teigland Date: Tue, 17 Jan 2006 08:36:49 +0000 (+0000) Subject: [GFS2] Fix typo in GFS2 Makefile X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a8f2d64728d8b706392fc1cb0f2fd6852a5e27ae;p=linux-beck.git [GFS2] Fix typo in GFS2 Makefile A two line fix to the GFS2 Makefile. Signed-off-by: David Teigland Signed-off-by: Steve Whitehouse --- 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/