Skip to content

Commit

Permalink
[GFS2] Fix typo in GFS2 Makefile
Browse files Browse the repository at this point in the history
A two line fix to the GFS2 Makefile.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steve Whitehouse <swhiteho@redhat.com>
  • Loading branch information
David Teigland authored and Steven Whitehouse committed Jan 17, 2006
1 parent 29b7998 commit a8f2d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/gfs2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit a8f2d64

Please sign in to comment.