X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fptlrpc%2FMakefile.in;h=27cff00d70c6b6ba8471fdd99cc9a8d8d8dfbec5;hp=6eee21fbc4c35adcde0c5ccc55f5a6099ecc82a4;hb=01d23cc780c6c7fccdbc3e8948ceebbe67b30846;hpb=76b7ce7c6faa1860fe489c7e5e2ee302d6af6bcc diff --git a/lustre/ptlrpc/Makefile.in b/lustre/ptlrpc/Makefile.in index 6eee21f..27cff00 100644 --- a/lustre/ptlrpc/Makefile.in +++ b/lustre/ptlrpc/Makefile.in @@ -15,8 +15,6 @@ target_objs += $(TARGET)out_lib.o $(TARGET)update_trans.o target_objs += $(TARGET)update_records.o $(TARGET)update_recovery.o target_objs += $(TARGET)tgt_grant.o $(TARGET)tgt_fmd.o -target_pool_objs := $(TARGET)tgt_pool.o - ptlrpc_objs := client.o recover.o connection.o niobuf.o pack_generic.o ptlrpc_objs += events.o ptlrpc_module.o service.o pinger.o ptlrpc_objs += llog_net.o llog_client.o llog_server.o import.o ptlrpcd.o @@ -31,7 +29,7 @@ nodemap_objs := nodemap_handler.o nodemap_lproc.o nodemap_range.o nodemap_objs += nodemap_idmap.o nodemap_rbtree.o nodemap_member.o nodemap_objs += nodemap_storage.o -ptlrpc-objs := $(ldlm_objs) $(ptlrpc_objs) $(TARGET)barrier.o $(target_pool_objs) +ptlrpc-objs := $(ldlm_objs) $(ptlrpc_objs) $(TARGET)barrier.o @SERVER_TRUE@ptlrpc-objs += $(target_objs) $(nodemap_objs) $(nrs_server_objs) @GSS_TRUE@obj-m += gss/