X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=cfe49d3888fabd0541600361eed286c84095e076;hb=db5abf4b2b3fadc054a4e7d0d5a6b2fd9a99023c;hp=1bc844893139cac2ce237d812caee1b278e05f1c;hpb=e4deafd378448a0ef27ec4c2d1c191cc55bf691c;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 1bc8448..cfe49d3 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,11 +1,18 @@ -MODULES := lustre llite_lloop +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 += 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 +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 llite_capa.o +lustre-objs += rw26.o super25.o statahead.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 llite_lloop-objs := lloop.o -EXTRA_DIST := $(llite_lloop-objs:.o=.c) +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 @INCLUDE_RULES@