7 lines
196 B
Makefile
7 lines
196 B
Makefile
ccflags-y := -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
|
|
|