Whamcloud - gitweb
New tag 2.15.63
[fs/lustre-release.git] / lustre / llite / Makefile.in
index f5247a2..75c97ac 100644 (file)
@@ -1,19 +1,20 @@
 MODULES := lustre
-@LLITE_LLOOP_TRUE@MODULES += llite_lloop
 lustre-objs := dcache.o dir.o file.o llite_lib.o llite_nfs.o
 lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
-lustre-objs += xattr.o xattr_cache.o remote_perm.o llite_rmtacl.o
+lustre-objs += xattr.o xattr_cache.o
 lustre-objs += rw26.o super25.o statahead.o xattr_security.o
 lustre-objs += glimpse.o
 lustre-objs += lcommon_cl.o
 lustre-objs += lcommon_misc.o
-lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o
-lustre-objs += range_lock.o
+lustre-objs += vvp_dev.o vvp_page.o vvp_io.o vvp_object.o
+lustre-objs += pcc.o crypto.o
+lustre-objs += llite_foreign.o llite_foreign_symlink.o
 
-llite_lloop-objs := lloop.o
+lustre-$(CONFIG_FS_POSIX_ACL) += acl.o
+lustre-objs += $(lustre-y)
 
-EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
-EXTRA_DIST += $(llite_lloop-objs:.o=.c)
-EXTRA_DIST += vvp_internal.h range_lock.h
+EXTRA_DIST := $(lustre-objs:.o=.c) xattr.c rw26.c super25.c acl.c
+EXTRA_DIST += llite_internal.h vvp_internal.h pcc.h
+EXTRA_DIST += foreign_symlink.h
 
 @INCLUDE_RULES@