X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2FMakefile.in;h=31e956f45efb82ace3d23e025f7e07df347e1007;hb=fb3ed0fe68e324f8d6e002a32486de7f5d38f2e3;hp=1847e22ce2c9c516a5bbce33ba4d9706ab527756;hpb=588831e9eac38b8514f2a3e71516b44fa7c4bcce;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/Makefile.in b/lustre/ptlrpc/Makefile.in index 1847e22..31e956f 100644 --- a/lustre/ptlrpc/Makefile.in +++ b/lustre/ptlrpc/Makefile.in @@ -14,7 +14,8 @@ target_objs := $(TARGET)tgt_main.o $(TARGET)tgt_lastrcvd.o target_objs += $(TARGET)tgt_handler.o $(TARGET)out_handler.o 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_objs += $(TARGET)tgt_grant.o $(TARGET)tgt_fmd.o +target_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 @@ -31,7 +32,7 @@ nodemap_objs += nodemap_storage.o ptlrpc-objs := $(ldlm_objs) $(ptlrpc_objs) $(TARGET)barrier.o @SERVER_TRUE@ptlrpc-objs += $(target_objs) $(nodemap_objs) -@GSS_TRUE@subdir-m += gss +@GSS_TRUE@obj-m += gss/ default: all