X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=a2414bd48bc360db55e79aca48ea058d61ae04a8;hb=ac1f97a881019b78ce3289885461259d280562b3;hp=4b786a30adfd67b78cafa88ce63fa48f6242d908;hpb=191061ee668400324f4505cf498f1ee2d57e4962;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 4b786a3..a2414bd 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,10 +1,20 @@ -MODULES := llite -llite-objs := dcache.o dir.o file.o llite_close.o llite_gns.o llite_lib.o llite_nfs.o rw.o lproc_llite.o namei.o special.o symlink.o llite_mmap.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 +@XATTR_HANDLER_TRUE@lustre-objs += xattr.o +@XATTR_HANDLER_FALSE@lustre-objs += xattr26.o +lustre-objs += 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 -ifeq ($(PATCHLEVEL),4) -llite-objs += rw24.o super.o -else -llite-objs += rw26.o super25.o -endif +EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c +EXTRA_DIST += vvp_internal.h range_lock.h + +@XATTR_HANDLER_TRUE@EXTRA_DIST += xattr26.c +@XATTR_HANDLER_FALSE@EXTRA_DIST += xattr.c @INCLUDE_RULES@