aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking/nolock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/locking/nolock/Makefile')
-rw-r--r--fs/gfs2/locking/nolock/Makefile3
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 0000000000000..35e9730bc3a81
--- /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
+