]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/dlm/Makefile
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-tc
[linux-2.6-omap-h63xx.git] / fs / dlm / Makefile
index 1e6232e7d8e5ca90b0e6e2586c3bdc8f914777ce..65388944eba0e8a5507842ffe23bcde8d0d39866 100644 (file)
@@ -1,12 +1,9 @@
 obj-$(CONFIG_DLM) +=           dlm.o
-obj-$(CONFIG_DLM_DEVICE) +=    dlm_device.o
-
 dlm-y :=                       ast.o \
                                config.o \
                                dir.o \
                                lock.o \
                                lockspace.o \
-                               lowcomms.o \
                                main.o \
                                member.o \
                                memory.o \
@@ -15,7 +12,10 @@ 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
+dlm-$(CONFIG_DLM_TCP)   += lowcomms-tcp.o
+
+dlm-$(CONFIG_DLM_SCTP)  += lowcomms-sctp.o
\ No newline at end of file