Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / llite / Makefile.in
1 MODULES := lustre
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
3
4 ifeq ($(PATCHLEVEL),4)
5 lustre-objs += rw24.o super.o
6 else
7 lustre-objs += rw26.o super25.o
8 endif
9
10 @INCLUDE_RULES@