X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=b37b952a18a4a69a9637f71907e0470a29f79377;hp=9e9158364f45af9dbc053a5a9bc88b3bbe0f8efb;hb=1515e409cc57af5eaef809eee6d8f8d6725d092b;hpb=0ae1c575448dbb0700bc45a88f964645c37a774c diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 9e91583..b37b952 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,12 +1,16 @@ -MODULES := llite -llite-objs := dcache.o dir.o file.o llite_close.o llite_gns.o llite_lib.o llite_nfs.o -llite-objs += rw.o lproc_llite.o namei.o special.o symlink.o llite_mmap.o -llite-objs += llite_gs.o llite_audit.o +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 += 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 ../lclient/lcommon_misc.o +lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o -ifeq ($(PATCHLEVEL),4) -llite-objs += rw24.o super.o -else -llite-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@