projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pull video into test branch
[linux-2.6]
/
fs
/
dlm
/
Makefile
diff --git
a/fs/dlm/Makefile
b/fs/dlm/Makefile
index
1832e02
..
6538894
100644
(file)
--- a/
fs/dlm/Makefile
+++ b/
fs/dlm/Makefile
@@
-4,7
+4,6
@@
dlm-y := ast.o \
dir.o \
lock.o \
lockspace.o \
- lowcomms.o \
main.o \
member.o \
memory.o \
@@
-17,3
+16,6
@@
dlm-y := ast.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