aboutsummaryrefslogtreecommitdiff
path: root/fs/dlm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/dlm/Makefile')
-rw-r--r--fs/dlm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/dlm/Makefile b/fs/dlm/Makefile
index 1e6232e7d8e..1832e0297f7 100644
--- a/fs/dlm/Makefile
+++ b/fs/dlm/Makefile
@@ -1,6 +1,4 @@
obj-$(CONFIG_DLM) += dlm.o
-obj-$(CONFIG_DLM_DEVICE) += dlm_device.o
-
dlm-y := ast.o \
config.o \
dir.o \
@@ -15,7 +13,7 @@ dlm-y := ast.o \
recover.o \
recoverd.o \
requestqueue.o \
+ user.o \
util.o
dlm-$(CONFIG_DLM_DEBUG) += debug_fs.o
-dlm_device-y := device.o