[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>
This commit is contained in:
David Teigland 2006-01-17 08:36:49 +00:00 committed by Steven Whitehouse
parent 29b7998d88
commit a8f2d64728
1 changed files with 2 additions and 2 deletions

View 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/