mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
7 lines
202 B
Makefile
7 lines
202 B
Makefile
|
EXTRA_CFLAGS += -Ifs/ocfs2
|
||
|
|
||
|
obj-$(CONFIG_OCFS2_FS) += 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
|