aboutsummaryrefslogtreecommitdiff
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 00000000000..cdadf956c83
--- /dev/null
+++ b/fs/gfs2/locking/nolock/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_GFS2_FS) += lock_nolock.o
+lock_nolock-y := main.o
+