diff options
Diffstat (limited to 'fs/gfs2/locking/nolock/Makefile')
-rw-r--r-- | fs/gfs2/locking/nolock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/locking/nolock/Makefile b/fs/gfs2/locking/nolock/Makefile index cdadf956c83..35e9730bc3a 100644 --- a/fs/gfs2/locking/nolock/Makefile +++ b/fs/gfs2/locking/nolock/Makefile @@ -1,3 +1,3 @@ -obj-$(CONFIG_GFS2_FS) += lock_nolock.o +obj-$(CONFIG_GFS2_FS_LOCKING_NOLOCK) += lock_nolock.o lock_nolock-y := main.o |