M7350/kernel/fs/ocfs2/dlm/Makefile

8 lines
196 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
ccflags-y := -Ifs/ocfs2
obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o
ocfs2_dlm-objs := dlmdomain.o dlmdebug.o dlmthread.o dlmrecovery.o \
2024-09-09 08:57:42 +00:00
dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o
2024-09-09 08:52:07 +00:00