X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=8d02c85f1addbd6beba271b7b2326dcc65f24843;hb=b2f4fd040713bea3ad3d3f2540048c0ee8e07def;hp=4b786a30adfd67b78cafa88ce63fa48f6242d908;hpb=191061ee668400324f4505cf498f1ee2d57e4962;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 4b786a3..8d02c85 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,10 +1,9 @@ -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 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 -ifeq ($(PATCHLEVEL),4) -llite-objs += rw24.o super.o -else -llite-objs += rw26.o super25.o -endif +llite_lloop-objs := lloop.o @INCLUDE_RULES@