X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=ec5ab34a1f52b31da029fa1971a4035e396c2be5;hb=94a5bc1bcb6c6373ead5b091ff5915dfe452377b;hp=94921200dc69f034c2a7bf32293da36b7136210d;hpb=2dc9c16e770415d56839e1996015fec5fab93f29;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 9492120..ec5ab34 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,10 +1,15 @@ -MODULES := llite -llite-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o rw.o lproc_llite.o namei.o special.o symlink.o +MODULES := lustre +lustre-objs := dcache.o dir.o file.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 +lustre-objs += rw26.o super25.o statahead.o xattr_security.o +lustre-objs += glimpse.o +lustre-objs += lcommon_cl.o +lustre-objs += lcommon_misc.o +lustre-objs += vvp_dev.o vvp_page.o vvp_io.o vvp_object.o +lustre-objs += range_lock.o pcc.o -ifeq ($(PATCHLEVEL),4) -llite-objs += rw24.o super.o -else -llite-objs += rw26.o super25.o -endif +EXTRA_DIST := $(lustre-objs:.o=.c) xattr.c rw26.c super25.c +EXTRA_DIST += llite_internal.h vvp_internal.h range_lock.h pcc.h -@INCLUDE_RULES@ \ No newline at end of file +@INCLUDE_RULES@