diff options
Diffstat (limited to 'fs/ocfs2/Makefile')
| -rw-r--r-- | fs/ocfs2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index f17e58b32989..cc9b32b9db7c 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile @@ -1,6 +1,5 @@ -ccflags-y := -Ifs/ocfs2 - -ccflags-y += -DCATCH_BH_JBD_RACES +# SPDX-License-Identifier: GPL-2.0 +ccflags-y := -I$(src) obj-$(CONFIG_OCFS2_FS) += \ ocfs2.o \ @@ -38,11 +37,11 @@ ocfs2-objs := \ symlink.o \ sysfile.o \ uptodate.o \ - ver.o \ quota_local.o \ quota_global.o \ xattr.o \ - acl.o + acl.o \ + filecheck.o ocfs2_stackglue-objs := stackglue.o ocfs2_stack_o2cb-objs := stack_o2cb.o |
