Whamcloud - gitweb
Add support for OFED 1.5.2
[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 rw.o lproc_llite.o namei.o symlink.o llite_mmap.o xattr.o statahead.o
3
4 llite_lloop-objs := lloop.o
5
6 lustre-objs += rw26.o super25.o
7
8 EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
9 EXTRA_DIST += $(llite_lloop-objs:.o=.c)
10
11 @INCLUDE_RULES@