git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
8 lines
196 B
Makefile
8 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
|
|
|