Whamcloud - gitweb
LU-5710 all: second batch of corrected typos and grammar errors
[fs/lustre-release.git] / lustre / llite / Makefile.in
index b37b952..3d02d1d 100644 (file)
@@ -1,16 +1,19 @@
 MODULES := lustre
 @LLITE_LLOOP_TRUE@MODULES += llite_lloop
-lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o
+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 remote_perm.o llite_rmtacl.o llite_capa.o
+lustre-objs += xattr.o xattr_cache.o remote_perm.o llite_rmtacl.o llite_capa.o
 lustre-objs += rw26.o super25.o statahead.o
-lustre-objs += ../lclient/glimpse.o ../lclient/lcommon_cl.o ../lclient/lcommon_misc.o
-lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.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 vvp_req.o
+lustre-objs += range_lock.o
 
 llite_lloop-objs := lloop.o
 
 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
+EXTRA_DIST += vvp_internal.h range_lock.h
 
 @INCLUDE_RULES@