staging: lustre: mdc: use __FMODE_EXEC macro
[deliverable/linux.git] / drivers / staging / lustre / lustre / llite / Makefile
CommitLineData
d7e09d03 1obj-$(CONFIG_LUSTRE_FS) += lustre.o
49126e47 2obj-$(CONFIG_LUSTRE_LLITE_LLOOP) += llite_lloop.o
d7e09d03 3lustre-y := dcache.o dir.o file.o llite_close.o llite_lib.o llite_nfs.o \
2c185ffa 4 rw.o namei.o symlink.o llite_mmap.o \
7fc1f831 5 xattr.o xattr_cache.o remote_perm.o llite_rmtacl.o llite_capa.o \
d7e09d03
PT
6 rw26.o super25.o statahead.o \
7 ../lclient/glimpse.o ../lclient/lcommon_cl.o ../lclient/lcommon_misc.o \
8 vvp_dev.o vvp_page.o vvp_lock.o vvp_io.o vvp_object.o
9
2c185ffa 10lustre-$(CONFIG_PROC_FS) += lproc_llite.o
d7e09d03 11llite_lloop-y := lloop.o
This page took 0.206682 seconds and 5 git commands to generate.