X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=c34f9189b90d29ac41ff81a40b8d8286033ee7e2;hp=8a622d35787651f73e32cdf5312f09cea04760d6;hb=e3d507eec50fc1ff79acf2a9f93d52d698c887d7;hpb=d2d56f38da01001c92a09afc6b52b5acbd9bc13c diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 8a622d3..c34f918 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,7 +1,19 @@ MODULES := lustre -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_capa.o -lustre-objs += rw26.o super25.o +@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 +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 + +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 range_lock.h @INCLUDE_RULES@