X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=09689d24aee618375f8e4ea7594620ff13ed80e6;hb=a690d548b7b5e581470776335c33d322420722fa;hp=dfa273bd92449893a7825a61544b8b9e6409f4e5;hpb=113303973ec9f8484eb2355a1a6ef3c4c7fd6a56;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index dfa273b..09689d2 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,10 +1,15 @@ -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 +MODULES := lustre 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_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) -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@