Whamcloud - gitweb
LU-12275 sec: ioctls to handle encryption policies
[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 += range_lock.o pcc.o crypto.o
11
12 EXTRA_DIST := $(lustre-objs:.o=.c) xattr.c rw26.c super25.c
13 EXTRA_DIST += llite_internal.h vvp_internal.h range_lock.h pcc.h
14
15 @INCLUDE_RULES@