Whamcloud - gitweb
LU-17040 scrub: inconsistent item
[fs/lustre-release.git] / lustre / target / Makefile.in
1 # This is included by ptlrpc
2
3 target_objs := tgt_main.o tgt_lastrcvd.o
4 target_objs += tgt_handler.o out_handler.o
5 target_objs += out_lib.o update_trans.o
6 target_objs += update_records.o update_recovery.o
7 target_objs += tgt_grant.o tgt_fmd.o barrier.o
8 target_objs += tgt_mount.o
9
10 EXTRA_DIST = $(target_objs:.o=.c) tgt_internal.h
11
12 ifneq "$(MODULES)" "ptlrpc"
13 @INCLUDE_RULES@
14 endif