]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/dlm/Makefile
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[net-next-2.6.git] / fs / dlm / Makefile
CommitLineData
e7fd4179 1obj-$(CONFIG_DLM) += dlm.o
e7fd4179
DT
2dlm-y := ast.o \
3 config.o \
4 dir.o \
5 lock.o \
6 lockspace.o \
e7fd4179
DT
7 main.o \
8 member.o \
9 memory.o \
10 midcomms.o \
3ae1acf9 11 netlink.o \
6ed7257b 12 lowcomms.o \
2402211a 13 plock.o \
e7fd4179
DT
14 rcom.o \
15 recover.o \
16 recoverd.o \
17 requestqueue.o \
597d0cae 18 user.o \
6ed7257b 19 util.o
e7fd4179
DT
20dlm-$(CONFIG_DLM_DEBUG) += debug_fs.o
21