X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.in;h=eb55c6f2c244b52cb4e11bbf0b4ef4fbd2c06322;hb=d29ba125fbb95b26eff82206ed030db6f63a9997;hp=94921200dc69f034c2a7bf32293da36b7136210d;hpb=3de901fceee79de12a31428bcc6ba3a00f10d1fe;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 9492120..eb55c6f 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -1,5 +1,7 @@ MODULES := llite -llite-objs := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o rw.o lproc_llite.o namei.o special.o symlink.o +llite-objs := dcache.o dir.o file.o llite_close.o llite_gns.o llite_lib.o llite_nfs.o +llite-objs += rw.o lproc_llite.o namei.o special.o symlink.o llite_mmap.o +llite-objs += llite_gs.o llite_audit.o llite_capa.o ifeq ($(PATCHLEVEL),4) llite-objs += rw24.o super.o @@ -7,4 +9,4 @@ else llite-objs += rw26.o super25.o endif -@INCLUDE_RULES@ \ No newline at end of file +@INCLUDE_RULES@