X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=cfe49d3888fabd0541600361eed286c84095e076;hb=db5abf4b2b3fadc054a4e7d0d5a6b2fd9a99023c;hp=dfa273bd92449893a7825a61544b8b9e6409f4e5;hpb=113303973ec9f8484eb2355a1a6ef3c4c7fd6a56;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index dfa273b..cfe49d3 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,10 +1,18 @@ 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 +@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 += 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 -ifeq ($(PATCHLEVEL),4) -lustre-objs += rw24.o super.o -else -lustre-objs += rw26.o super25.o -endif +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 @INCLUDE_RULES@