X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=75c97ac6573aedb067ce89a06894f3006f2d3e67;hb=283f7f247b938d13e3f88567dd71869d99146208;hp=8170e1fd8b648de2a3f73c299eaa9bcaca25d452;hpb=c85a039f9ddee1bf024b76d0a6c3d0885a19009b;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 8170e1f..75c97ac 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 +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 += pcc.o crypto.o +lustre-objs += llite_foreign.o llite_foreign_symlink.o -ifeq ($(PATCHLEVEL),4) -llite-objs += rw24.o super.o -else -llite-objs += rw26.o super25.o -endif +lustre-$(CONFIG_FS_POSIX_ACL) += acl.o +lustre-objs += $(lustre-y) -@INCLUDE_RULES@ \ No newline at end of file +EXTRA_DIST := $(lustre-objs:.o=.c) xattr.c rw26.c super25.c acl.c +EXTRA_DIST += llite_internal.h vvp_internal.h pcc.h +EXTRA_DIST += foreign_symlink.h + +@INCLUDE_RULES@