Whamcloud - gitweb
LU-8851 nodemap: add uid/gid only flags to control mapping
[fs/lustre-release.git] / lustre / llite / Makefile.in
index dfa273b..c5555fd 100644 (file)
@@ -1,10 +1,15 @@
 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
+lustre-objs := dcache.o dir.o file.o llite_lib.o llite_nfs.o
+lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
+lustre-objs += xattr.o xattr_cache.o
+lustre-objs += rw26.o super25.o statahead.o xattr_security.o
+lustre-objs += glimpse.o
+lustre-objs += lcommon_cl.o
+lustre-objs += lcommon_misc.o
+lustre-objs += vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o
+lustre-objs += range_lock.o
 
-ifeq ($(PATCHLEVEL),4)
-lustre-objs += rw24.o super.o
-else
-lustre-objs += rw26.o super25.o
-endif
+EXTRA_DIST := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c
+EXTRA_DIST += vvp_internal.h range_lock.h
 
 @INCLUDE_RULES@