Whamcloud - gitweb
Fix off-by-one error in file length calculation.
[fs/lustre-release.git] / lustre / llite / Makefile.in
1 MODULES := lustre llite_lloop
2 lustre-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o
3 lustre-objs += llite_fid.o rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
4 lustre-objs += xattr.o remote_perm.o llite_capa.o
5 lustre-objs += rw26.o super25.o
6
7 llite_lloop-objs := lloop.o
8
9 EXTRA_DIST := $(llite_lloop-objs:.o=.c)
10
11 @INCLUDE_RULES@