Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LU-13581 build: xarray and lockdep_is_held const clash
[fs/lustre-release.git]
/
lustre
/
fld
/
Makefile.in
1
MODULES := fld
2
fld-objs := fld_request.o fld_cache.o lproc_fld.o
3
@SERVER_TRUE@fld-objs += fld_handler.o fld_index.o
4
5
EXTRA_PRE_CFLAGS := -I@LUSTRE@
6
EXTRA_DIST := $(fld-objs:%.o=%.c) fld_internal.h
7
@SERVER_FALSE@EXTRA_DIST += fld_handler.c fld_index.c
8
9
@INCLUDE_RULES@