ocfs2: Implementation of local and global quota file handling
[firefly-linux-kernel-4.4.55.git] / fs / ocfs2 / Makefile
index e9ef5d162db18998c84c325d45de5e0907b8c6ef..7e4b361b755cacf6101497a877c8c70a006f7306 100644 (file)
@@ -35,6 +35,8 @@ ocfs2-objs := \
        sysfile.o               \
        uptodate.o              \
        ver.o                   \
+       quota_local.o           \
+       quota_global.o          \
        xattr.o
 
 ifeq ($(CONFIG_OCFS2_FS_POSIX_ACL),y)