Whamcloud - gitweb
Branch b1_6
[fs/lustre-release.git] / lustre / llite / Makefile.in
index 4b786a3..ff06efd 100644 (file)
@@ -1,10 +1,10 @@
-MODULES := llite
-llite-objs := dcache.o dir.o file.o llite_close.o llite_gns.o llite_lib.o llite_nfs.o rw.o lproc_llite.o namei.o special.o symlink.o llite_mmap.o
+MODULES := lustre
+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
 
 ifeq ($(PATCHLEVEL),4)
-llite-objs += rw24.o super.o
+lustre-objs += rw24.o super.o
 else
-llite-objs += rw26.o super25.o
+lustre-objs += rw26.o super25.o
 endif
 
 @INCLUDE_RULES@