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