forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/fs/ocfs2/dlm/Makefile
....@@ -1,7 +1,5 @@
1
-ccflags-y := -I$(src)/..
2
-
1
+# SPDX-License-Identifier: GPL-2.0-only
32 obj-$(CONFIG_OCFS2_FS_O2CB) += ocfs2_dlm.o
43
54 ocfs2_dlm-objs := dlmdomain.o dlmdebug.o dlmthread.o dlmrecovery.o \
65 dlmmaster.o dlmast.o dlmconvert.o dlmlock.o dlmunlock.o
7
-