X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=562b9d0ca5ecee13bee7d723f3724690bb5033af;hb=580c1e0017296ea7a25f6f5f8aa8022f713ae762;hp=fe89a59d8a6db5526bdb54275306385eb3db8a66;hpb=350abc09880fc4cc1085f462258bf6e0f7b933f2;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index fe89a59..562b9d0 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,11 +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_gs.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 xattr_cache.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@