aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking/dlm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/locking/dlm/Makefile')
-rw-r--r--fs/gfs2/locking/dlm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/gfs2/locking/dlm/Makefile b/fs/gfs2/locking/dlm/Makefile
new file mode 100644
index 0000000000000..89b93b6b45cfa
--- /dev/null
+++ b/fs/gfs2/locking/dlm/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_GFS2_FS_LOCKING_DLM) += lock_dlm.o
+lock_dlm-y := lock.o main.o mount.o sysfs.o thread.o plock.o
+