aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/locking/dlm/Makefile
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-01-16 16:52:38 +0000
committerSteven Whitehouse <swhiteho@redhat.com>2006-01-16 16:52:38 +0000
commit29b7998d887529eca1ef43c8ca7b278448dc983c (patch)
tree8968045a976eba9ce349b045c8db7a9ee82a6a2e /fs/gfs2/locking/dlm/Makefile
parentb3b94faa5fe5968827ba0640ee9fba4b3e7f736e (diff)
downloadlinux-29b7998d887529eca1ef43c8ca7b278448dc983c.tar.gz
[GFS2] The lock modules for GFS2
This patch contains the pluggable locking modules for GFS2. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
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 00000000000000..d3bca02f7b3e24
--- /dev/null
+++ b/fs/gfs2/locking/dlm/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_GFS2_FS) += lock_dlm.o
+lock_dlm-y := lock.o main.o mount.o sysfs.o thread.o
+