X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=c5555fd9259b206e710f815ae5b5b4b707a0d6fe;hb=c5c8d0623a60ee54bd11588a391b3dcd43c1abcf;hp=c34f9189b90d29ac41ff81a40b8d8286033ee7e2;hpb=9d06de39731ae16d030cda672ae771496d4f0952;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index c34f918..c5555fd 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,5 +1,4 @@ MODULES := lustre -@LLITE_LLOOP_TRUE@MODULES += llite_lloop 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 @@ -10,10 +9,7 @@ lustre-objs += lcommon_misc.o lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o lustre-objs += range_lock.o -llite_lloop-objs := lloop.o - EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c -EXTRA_DIST += $(llite_lloop-objs:.o=.c) EXTRA_DIST += vvp_internal.h range_lock.h @INCLUDE_RULES@