vfat: change the default from shortname=lower to shortname=mixed
[pandora-kernel.git] / fs / dlm / Makefile
index 6538894..ca1c912 100644 (file)
@@ -8,14 +8,14 @@ dlm-y :=                      ast.o \
                                member.o \
                                memory.o \
                                midcomms.o \
+                               netlink.o \
+                               lowcomms.o \
+                               plock.o \
                                rcom.o \
                                recover.o \
                                recoverd.o \
                                requestqueue.o \
                                user.o \
-                               util.o
+                               util.o 
 dlm-$(CONFIG_DLM_DEBUG) +=     debug_fs.o
 
-dlm-$(CONFIG_DLM_TCP)   += lowcomms-tcp.o
-
-dlm-$(CONFIG_DLM_SCTP)  += lowcomms-sctp.o
\ No newline at end of file