Whamcloud - gitweb
land clio.
[fs/lustre-release.git] / lustre / llite / Makefile.in
index dfa273b..b06f901 100644 (file)
@@ -1,10 +1,11 @@
-MODULES := lustre
-lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o rw.o lproc_llite.o namei.o symlink.o llite_mmap.o xattr.o
+MODULES := lustre llite_lloop
+lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o
+lustre-objs += llite_fid.o 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 += rw26.o super25.o statahead.o
+lustre-objs += ../lclient/glimpse.o ../lclient/lcommon_cl.o
+lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o
 
-ifeq ($(PATCHLEVEL),4)
-lustre-objs += rw24.o super.o
-else
-lustre-objs += rw26.o super25.o
-endif
+llite_lloop-objs := lloop.o
 
 @INCLUDE_RULES@