34a9dd7e29
We're going to remove the tie between ocfs2_dlmfs and o2dlm. ocfs2_dlmfs doesn't belong in the fs/ocfs2/dlm directory anymore. Here we move it to fs/ocfs2/dlmfs. Signed-off-by: Joel Becker <joel.becker@oracle.com>
8 lines
208 B
Makefile
8 lines
208 B
Makefile
EXTRA_CFLAGS += -Ifs/ocfs2
|
|
|
|
obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o
|
|
|
|
ocfs2_dlm-objs := dlmdomain.o dlmdebug.o dlmthread.o dlmrecovery.o \
|
|
dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o dlmver.o
|
|
|