X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Focfs2%2FMakefile;h=7e4b361b755cacf6101497a877c8c70a006f7306;hb=2b656c1d6fc5ba7791a360766780a212faed5705;hp=589dcdfdfe3cfebab34e7186f46a09407985e774;hpb=057316cc6a5b521b332a1d7ccc871cd60c904c74;p=~andy%2Flinux diff --git a/fs/ocfs2/Makefile b/fs/ocfs2/Makefile index 589dcdfdfe3..7e4b361b755 100644 --- a/fs/ocfs2/Makefile +++ b/fs/ocfs2/Makefile @@ -35,8 +35,14 @@ ocfs2-objs := \ 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 + ocfs2_stackglue-objs := stackglue.o ocfs2_stack_o2cb-objs := stack_o2cb.o ocfs2_stack_user-objs := stack_user.o