Whamcloud - gitweb
LU-12682 llite: fake symlink type of foreign file/dir
[fs/lustre-release.git] / lustre / llite / Makefile.in
1 MODULES := lustre
2 lustre-objs := dcache.o dir.o file.o llite_lib.o llite_nfs.o
3 lustre-objs += rw.o lproc_llite.o namei.o symlink.o llite_mmap.o
4 lustre-objs += xattr.o xattr_cache.o
5 lustre-objs += rw26.o super25.o statahead.o xattr_security.o
6 lustre-objs += glimpse.o
7 lustre-objs += lcommon_cl.o
8 lustre-objs += lcommon_misc.o
9 lustre-objs += vvp_dev.o vvp_page.o vvp_io.o vvp_object.o
10 lustre-objs += pcc.o crypto.o
11 lustre-objs += llite_foreign.o llite_foreign_symlink.o
12
13 EXTRA_DIST := $(lustre-objs:.o=.c) xattr.c rw26.c super25.c
14 EXTRA_DIST += llite_internal.h vvp_internal.h pcc.h
15 EXTRA_DIST += foreign_symlink.h
16
17 @INCLUDE_RULES@