xref: /openbmc/linux/fs/dlm/Makefile (revision 597d0cae)
1e7fd4179SDavid Teiglandobj-$(CONFIG_DLM) +=		dlm.o
2e7fd4179SDavid Teiglanddlm-y :=			ast.o \
3e7fd4179SDavid Teigland				config.o \
4e7fd4179SDavid Teigland				dir.o \
5e7fd4179SDavid Teigland				lock.o \
6e7fd4179SDavid Teigland				lockspace.o \
7e7fd4179SDavid Teigland				lowcomms.o \
8e7fd4179SDavid Teigland				main.o \
9e7fd4179SDavid Teigland				member.o \
10e7fd4179SDavid Teigland				memory.o \
11e7fd4179SDavid Teigland				midcomms.o \
12e7fd4179SDavid Teigland				rcom.o \
13e7fd4179SDavid Teigland				recover.o \
14e7fd4179SDavid Teigland				recoverd.o \
15e7fd4179SDavid Teigland				requestqueue.o \
16597d0caeSDavid Teigland				user.o \
17e7fd4179SDavid Teigland				util.o
18e7fd4179SDavid Teiglanddlm-$(CONFIG_DLM_DEBUG) +=	debug_fs.o
19e7fd4179SDavid Teigland
20