Whamcloud - gitweb
fix build lustre with o2ib and SLES10.
[fs/lustre-release.git] / lustre / llite / Makefile.in
index ff06efd..fad7b02 100644 (file)
@@ -1,6 +1,8 @@
-MODULES := lustre
+MODULES := lustre llite_lloop
 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
 
+llite_lloop-objs := lloop.o
+
 ifeq ($(PATCHLEVEL),4)
 lustre-objs += rw24.o super.o
 else