X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=1bc844893139cac2ce237d812caee1b278e05f1c;hp=8a622d35787651f73e32cdf5312f09cea04760d6;hb=e4deafd378448a0ef27ec4c2d1c191cc55bf691c;hpb=9dc49744935d4709ab9bc8122635fd6c8e43ae1d diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 8a622d3..1bc8448 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,7 +1,11 @@ -MODULES := lustre +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_capa.o lustre-objs += rw26.o super25.o +llite_lloop-objs := lloop.o + +EXTRA_DIST := $(llite_lloop-objs:.o=.c) + @INCLUDE_RULES@