Makefile (a7790532f5b7358c33a6b1834dc2b318de209f31) Makefile (34a9dd7e29e9129fec40c645a03f1bbbe810e771)
1EXTRA_CFLAGS += -Ifs/ocfs2
2
3EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES
4
5obj-$(CONFIG_OCFS2_FS) += \
6 ocfs2.o \
7 ocfs2_stackglue.o
8

--- 32 unchanged lines hidden (view full) ---

41 quota_global.o \
42 xattr.o \
43 acl.o
44
45ocfs2_stackglue-objs := stackglue.o
46ocfs2_stack_o2cb-objs := stack_o2cb.o
47ocfs2_stack_user-objs := stack_user.o
48
1EXTRA_CFLAGS += -Ifs/ocfs2
2
3EXTRA_CFLAGS += -DCATCH_BH_JBD_RACES
4
5obj-$(CONFIG_OCFS2_FS) += \
6 ocfs2.o \
7 ocfs2_stackglue.o
8

--- 32 unchanged lines hidden (view full) ---

41 quota_global.o \
42 xattr.o \
43 acl.o
44
45ocfs2_stackglue-objs := stackglue.o
46ocfs2_stack_o2cb-objs := stack_o2cb.o
47ocfs2_stack_user-objs := stack_user.o
48
49obj-$(CONFIG_OCFS2_FS) += dlmfs/
49# cluster/ is always needed when OCFS2_FS for masklog support
50obj-$(CONFIG_OCFS2_FS) += cluster/
51obj-$(CONFIG_OCFS2_FS_O2CB) += dlm/
50# cluster/ is always needed when OCFS2_FS for masklog support
51obj-$(CONFIG_OCFS2_FS) += cluster/
52obj-$(CONFIG_OCFS2_FS_O2CB) += dlm/