diff options
Diffstat (limited to 'fs/ocfs2/Makefile')
| -rw-r--r-- | fs/ocfs2/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index 01596079dd6..ce210d4951a 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile @@ -1,6 +1,6 @@ -EXTRA_CFLAGS += -Ifs/ocfs2 +ccflags-y := -Ifs/ocfs2 -EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES +ccflags-y += -DCATCH_BH_JBD_RACES obj-$(CONFIG_OCFS2_FS) += \ ocfs2.o \ @@ -28,6 +28,9 @@ ocfs2-objs := \ locks.o \ mmap.o \ namei.o \ + refcounttree.o \ + reservations.o \ + move_extents.o \ resize.o \ slot_map.o \ suballoc.o \ @@ -35,19 +38,16 @@ ocfs2-objs := \ symlink.o \ sysfile.o \ uptodate.o \ - ver.o \ quota_local.o \ quota_global.o \ - xattr.o - -ifeq ($(CONFIG_OCFS2_FS_POSIX_ACL),y) -ocfs2-objs += acl.o -endif + xattr.o \ + acl.o ocfs2_stackglue-objs := stackglue.o ocfs2_stack_o2cb-objs := stack_o2cb.o ocfs2_stack_user-objs := stack_user.o +obj-$(CONFIG_OCFS2_FS) += dlmfs/ # cluster/ is always needed when OCFS2_FS for masklog support obj-$(CONFIG_OCFS2_FS) += cluster/ obj-$(CONFIG_OCFS2_FS_O2CB) += dlm/ |
