1 # SPDX-License-Identifier: GPL-2.0-only !! 1 EXTRA_CFLAGS += -Ifs/ocfs2 2 obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o !! 2 >> 3 obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o ocfs2_dlmfs.o 3 4 4 ocfs2_dlm-objs := dlmdomain.o dlmdebug.o dlmth 5 ocfs2_dlm-objs := dlmdomain.o dlmdebug.o dlmthread.o dlmrecovery.o \ 5 dlmmaster.o dlmast.o dlmconvert.o dlml !! 6 dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o dlmver.o >> 7 >> 8 ocfs2_dlmfs-objs := userdlm.o dlmfs.o dlmfsver.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.