[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:
parent
29b7998d88
commit
a8f2d64728
1 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue