diff --git a/iscsi-scst/Makefile b/iscsi-scst/Makefile index 70a1cc4a8..32dd59155 100644 --- a/iscsi-scst/Makefile +++ b/iscsi-scst/Makefile @@ -194,123 +194,123 @@ extraclean: clean conftest/bad_wr_mod/result-$(KVER).txt: \ conftest/bad_wr_mod/bad_wr_mod.c \ - conftest/bad_wr_mod/Makefile + conftest/bad_wr_mod/Kbuild echo "$(call run_conftest,bad_wr_mod, \ -DBAD_WR_MODIFIER=const,-DBAD_WR_MODIFIER=)" >"$@" conftest/cm_event_mod/result-$(KVER).txt: \ conftest/cm_event_mod/cm_event_mod.c \ - conftest/cm_event_mod/Makefile + conftest/cm_event_mod/Kbuild echo "$(call run_conftest,cm_event_mod, \ -DCM_HANDLER_EVENT_MODIFIER=const,-DCM_HANDLER_EVENT_MODIFIER=)" >"$@" conftest/cm_listen/result-$(KVER).txt: \ conftest/cm_listen/cm_listen.c \ - conftest/cm_listen/Makefile + conftest/cm_listen/Kbuild echo "$(call run_conftest,cm_listen, \ -DIB_CM_LISTEN_TAKES_FOURTH_ARG)" >"$@" conftest/create_cq/result-$(KVER).txt: \ conftest/create_cq/create_cq.c \ - conftest/create_cq/Makefile + conftest/create_cq/Kbuild echo "$(call run_conftest,create_cq, \ -DIB_CREATE_CQ_HAS_INIT_ATTR)" >"$@" conftest/create_send_mad_ah/result-$(KVER).txt: \ conftest/create_send_mad_ah/create_send_mad_ah.c \ - conftest/create_send_mad_ah/Makefile + conftest/create_send_mad_ah/Kbuild echo "$(call run_conftest,create_send_mad_ah, \ -DCREATE_SEND_MAD_HAS_AH_ARG)" >"$@" conftest/create_send_mad_base/result-$(KVER).txt: \ conftest/create_send_mad_base/create_send_mad_base.c \ - conftest/create_send_mad_base/Makefile + conftest/create_send_mad_base/Kbuild echo "$(call run_conftest,create_send_mad_base, \ -DCREATE_SEND_MAD_HAS_BASE_ARG)" >"$@" conftest/gid_change/result-$(KVER).txt: \ conftest/gid_change/gid_change.c \ - conftest/gid_change/Makefile + conftest/gid_change/Kbuild echo "$(call run_conftest,gid_change,-DHAVE_IB_EVENT_GID_CHANGE)" >"$@" conftest/ib_client_remove/result-$(KVER).txt: \ conftest/ib_client_remove/ib_client_remove.c \ - conftest/ib_client_remove/Makefile + conftest/ib_client_remove/Kbuild echo "$(call run_conftest,ib_client_remove, \ -DIB_CLIENT_REMOVE_TAKES_TWO_ARGS)" >"$@" conftest/ib_dma_map_ops/result-$(KVER).txt: \ conftest/ib_dma_map_ops/ib_dma_map_ops.c \ - conftest/ib_dma_map_ops/Makefile + conftest/ib_dma_map_ops/Kbuild echo "$(call run_conftest,ib_dma_map_ops,-DHAVE_IB_DMA_MAP_OPS)" >"$@" conftest/ib_set_cpi_resp_time/result-$(KVER).txt: \ conftest/ib_set_cpi_resp_time/ib_set_cpi_resp_time.c \ - conftest/ib_set_cpi_resp_time/Makefile + conftest/ib_set_cpi_resp_time/Kbuild echo "$(call run_conftest,ib_set_cpi_resp_time, \ -DHAVE_IB_SET_CPI_RESP_TIME)" >"$@" conftest/mad_handler_takes_send_buf/result-$(KVER).txt: \ conftest/mad_handler_takes_send_buf/mad_handler_takes_send_buf.c\ - conftest/mad_handler_takes_send_buf/Makefile + conftest/mad_handler_takes_send_buf/Kbuild echo "$(call run_conftest,mad_handler_takes_send_buf, \ -DMAD_HANDLER_TAKES_SEND_BUF)" >"$@" conftest/pd_has_local_dma_lkey/result-$(KVER).txt: \ conftest/pd_has_local_dma_lkey/pd_has_local_dma_lkey.c \ - conftest/pd_has_local_dma_lkey/Makefile + conftest/pd_has_local_dma_lkey/Kbuild echo "$(call run_conftest,pd_has_local_dma_lkey, \ -DIB_PD_HAS_LOCAL_DMA_LKEY)" >"$@" conftest/query_device/result-$(KVER).txt: \ conftest/query_device/query_device.c \ - conftest/query_device/Makefile + conftest/query_device/Kbuild echo "$(call run_conftest,query_device,-DHAVE_IB_QUERY_DEVICE)" >"$@" conftest/query_device_attr_arg/result-$(KVER).txt: \ conftest/query_device_attr_arg/query_device_attr_arg.c \ - conftest/query_device_attr_arg/Makefile + conftest/query_device_attr_arg/Kbuild echo "$(call run_conftest,query_device_attr_arg, \ -DIB_QUERY_DEVICE_HAS_ATTR_ARG)" >"$@" conftest/dev_attr_max_recv_sge/result-$(KVER).txt: \ conftest/dev_attr_max_recv_sge/dev_attr_max_recv_sge.c \ - conftest/dev_attr_max_recv_sge/Makefile + conftest/dev_attr_max_recv_sge/Kbuild echo "$(call run_conftest,dev_attr_max_recv_sge, \ -DHAVE_DEV_ATTR_MAX_RECV_SGE)" >"$@" conftest/query_gid/result-$(KVER).txt: \ conftest/query_gid/query_gid.c \ - conftest/query_gid/Makefile + conftest/query_gid/Kbuild echo "$(call run_conftest,query_gid,-DIB_QUERY_GID_HAS_ATTR_ARG)" >"$@" conftest/rdma_create_id_net/result-$(KVER).txt: \ conftest/rdma_create_id_net/rdma_create_id_net.c \ - conftest/rdma_create_id_net/Makefile + conftest/rdma_create_id_net/Kbuild echo "$(call run_conftest_bool,rdma_create_id_net, \ RDMA_CREATE_ID_TAKES_NET_ARG)" >"$@" conftest/rdma_reject/result-$(KVER).txt: \ conftest/rdma_reject/rdma_reject.c \ - conftest/rdma_reject/Makefile + conftest/rdma_reject/Kbuild echo "$(call run_conftest_bool,rdma_reject, \ RDMA_REJECT_HAS_FOUR_ARGS)" >"$@" conftest/register_mad_agent/result-$(KVER).txt: \ conftest/register_mad_agent/register_mad_agent.c \ - conftest/register_mad_agent/Makefile + conftest/register_mad_agent/Kbuild echo "$(call run_conftest,register_mad_agent, \ -DREGISTER_MAD_AGENT_HAS_FLAGS_ARG)" >"$@" conftest/sock_recvmsg/result-$(KVER).txt: \ conftest/sock_recvmsg/sock_recvmsg.c \ - conftest/sock_recvmsg/Makefile + conftest/sock_recvmsg/Kbuild echo "$(call run_conftest_bool,sock_recvmsg, \ SOCK_RECVMSG_HAS_FOUR_ARGS)" >"$@" conftest/use_pre_440_wr_structure/result-$(KVER).txt: \ conftest/use_pre_440_wr_structure/use_pre_440_wr_structure.c \ - conftest/use_pre_440_wr_structure/Makefile + conftest/use_pre_440_wr_structure/Kbuild echo "$(call run_conftest,use_pre_440_wr_structure, \ -DUSE_PRE_440_WR_STRUCTURE)" >"$@" diff --git a/iscsi-scst/conftest/bad_wr_mod/Makefile b/iscsi-scst/conftest/bad_wr_mod/Kbuild similarity index 100% rename from iscsi-scst/conftest/bad_wr_mod/Makefile rename to iscsi-scst/conftest/bad_wr_mod/Kbuild diff --git a/iscsi-scst/conftest/cm_event_mod/Makefile b/iscsi-scst/conftest/cm_event_mod/Kbuild similarity index 100% rename from iscsi-scst/conftest/cm_event_mod/Makefile rename to iscsi-scst/conftest/cm_event_mod/Kbuild diff --git a/iscsi-scst/conftest/cm_listen/Makefile b/iscsi-scst/conftest/cm_listen/Kbuild similarity index 100% rename from iscsi-scst/conftest/cm_listen/Makefile rename to iscsi-scst/conftest/cm_listen/Kbuild diff --git a/iscsi-scst/conftest/create_cq/Makefile b/iscsi-scst/conftest/create_cq/Kbuild similarity index 100% rename from iscsi-scst/conftest/create_cq/Makefile rename to iscsi-scst/conftest/create_cq/Kbuild diff --git a/iscsi-scst/conftest/create_send_mad_ah/Makefile b/iscsi-scst/conftest/create_send_mad_ah/Kbuild similarity index 100% rename from iscsi-scst/conftest/create_send_mad_ah/Makefile rename to iscsi-scst/conftest/create_send_mad_ah/Kbuild diff --git a/iscsi-scst/conftest/create_send_mad_base/Makefile b/iscsi-scst/conftest/create_send_mad_base/Kbuild similarity index 100% rename from iscsi-scst/conftest/create_send_mad_base/Makefile rename to iscsi-scst/conftest/create_send_mad_base/Kbuild diff --git a/iscsi-scst/conftest/dev_attr_max_recv_sge/Makefile b/iscsi-scst/conftest/dev_attr_max_recv_sge/Kbuild similarity index 100% rename from iscsi-scst/conftest/dev_attr_max_recv_sge/Makefile rename to iscsi-scst/conftest/dev_attr_max_recv_sge/Kbuild diff --git a/iscsi-scst/conftest/gid_change/Makefile b/iscsi-scst/conftest/gid_change/Kbuild similarity index 100% rename from iscsi-scst/conftest/gid_change/Makefile rename to iscsi-scst/conftest/gid_change/Kbuild diff --git a/iscsi-scst/conftest/ib_client_remove/Makefile b/iscsi-scst/conftest/ib_client_remove/Kbuild similarity index 100% rename from iscsi-scst/conftest/ib_client_remove/Makefile rename to iscsi-scst/conftest/ib_client_remove/Kbuild diff --git a/iscsi-scst/conftest/ib_dma_map_ops/Makefile b/iscsi-scst/conftest/ib_dma_map_ops/Kbuild similarity index 100% rename from iscsi-scst/conftest/ib_dma_map_ops/Makefile rename to iscsi-scst/conftest/ib_dma_map_ops/Kbuild diff --git a/iscsi-scst/conftest/ib_set_cpi_resp_time/Makefile b/iscsi-scst/conftest/ib_set_cpi_resp_time/Kbuild similarity index 100% rename from iscsi-scst/conftest/ib_set_cpi_resp_time/Makefile rename to iscsi-scst/conftest/ib_set_cpi_resp_time/Kbuild diff --git a/iscsi-scst/conftest/mad_handler_takes_send_buf/Makefile b/iscsi-scst/conftest/mad_handler_takes_send_buf/Kbuild similarity index 100% rename from iscsi-scst/conftest/mad_handler_takes_send_buf/Makefile rename to iscsi-scst/conftest/mad_handler_takes_send_buf/Kbuild diff --git a/iscsi-scst/conftest/pd_has_local_dma_lkey/Makefile b/iscsi-scst/conftest/pd_has_local_dma_lkey/Kbuild similarity index 100% rename from iscsi-scst/conftest/pd_has_local_dma_lkey/Makefile rename to iscsi-scst/conftest/pd_has_local_dma_lkey/Kbuild diff --git a/iscsi-scst/conftest/query_device/Makefile b/iscsi-scst/conftest/query_device/Kbuild similarity index 100% rename from iscsi-scst/conftest/query_device/Makefile rename to iscsi-scst/conftest/query_device/Kbuild diff --git a/iscsi-scst/conftest/query_device_attr_arg/Makefile b/iscsi-scst/conftest/query_device_attr_arg/Kbuild similarity index 100% rename from iscsi-scst/conftest/query_device_attr_arg/Makefile rename to iscsi-scst/conftest/query_device_attr_arg/Kbuild diff --git a/iscsi-scst/conftest/query_gid/Makefile b/iscsi-scst/conftest/query_gid/Kbuild similarity index 100% rename from iscsi-scst/conftest/query_gid/Makefile rename to iscsi-scst/conftest/query_gid/Kbuild diff --git a/iscsi-scst/conftest/rdma_create_id_net/Makefile b/iscsi-scst/conftest/rdma_create_id_net/Kbuild similarity index 100% rename from iscsi-scst/conftest/rdma_create_id_net/Makefile rename to iscsi-scst/conftest/rdma_create_id_net/Kbuild diff --git a/iscsi-scst/conftest/rdma_reject/Makefile b/iscsi-scst/conftest/rdma_reject/Kbuild similarity index 100% rename from iscsi-scst/conftest/rdma_reject/Makefile rename to iscsi-scst/conftest/rdma_reject/Kbuild diff --git a/iscsi-scst/conftest/register_mad_agent/Makefile b/iscsi-scst/conftest/register_mad_agent/Kbuild similarity index 100% rename from iscsi-scst/conftest/register_mad_agent/Makefile rename to iscsi-scst/conftest/register_mad_agent/Kbuild diff --git a/iscsi-scst/conftest/sock_recvmsg/Makefile b/iscsi-scst/conftest/sock_recvmsg/Kbuild similarity index 100% rename from iscsi-scst/conftest/sock_recvmsg/Makefile rename to iscsi-scst/conftest/sock_recvmsg/Kbuild diff --git a/iscsi-scst/conftest/use_pre_440_wr_structure/Makefile b/iscsi-scst/conftest/use_pre_440_wr_structure/Kbuild similarity index 100% rename from iscsi-scst/conftest/use_pre_440_wr_structure/Makefile rename to iscsi-scst/conftest/use_pre_440_wr_structure/Kbuild diff --git a/srpt/Makefile b/srpt/Makefile index d9999979b..9c37f194d 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -157,157 +157,157 @@ extraclean: clean conftest/bad_wr_mod/result-$(KVER).txt: \ conftest/bad_wr_mod/bad_wr_mod.c \ - conftest/bad_wr_mod/Makefile + conftest/bad_wr_mod/Kbuild echo "$(call run_conftest,bad_wr_mod, \ -DBAD_WR_MODIFIER=const,-DBAD_WR_MODIFIER=)" >"$@" conftest/cm_event_mod/result-$(KVER).txt: \ conftest/cm_event_mod/cm_event_mod.c \ - conftest/cm_event_mod/Makefile + conftest/cm_event_mod/Kbuild echo "$(call run_conftest,cm_event_mod, \ -DCM_HANDLER_EVENT_MODIFIER=const,-DCM_HANDLER_EVENT_MODIFIER=)" >"$@" conftest/cm_listen/result-$(KVER).txt: \ conftest/cm_listen/cm_listen.c \ - conftest/cm_listen/Makefile + conftest/cm_listen/Kbuild echo "$(call run_conftest,cm_listen, \ -DIB_CM_LISTEN_TAKES_FOURTH_ARG)" >"$@" conftest/create_cq/result-$(KVER).txt: \ conftest/create_cq/create_cq.c \ - conftest/create_cq/Makefile + conftest/create_cq/Kbuild echo "$(call run_conftest,create_cq, \ -DIB_CREATE_CQ_HAS_INIT_ATTR)" >"$@" conftest/create_send_mad_ah/result-$(KVER).txt: \ conftest/create_send_mad_ah/create_send_mad_ah.c \ - conftest/create_send_mad_ah/Makefile + conftest/create_send_mad_ah/Kbuild echo "$(call run_conftest,create_send_mad_ah, \ -DCREATE_SEND_MAD_HAS_AH_ARG)" >"$@" conftest/create_send_mad_base/result-$(KVER).txt: \ conftest/create_send_mad_base/create_send_mad_base.c \ - conftest/create_send_mad_base/Makefile + conftest/create_send_mad_base/Kbuild echo "$(call run_conftest,create_send_mad_base, \ -DCREATE_SEND_MAD_HAS_BASE_ARG)" >"$@" conftest/dev_attr_max_send_sge/result-$(KVER).txt: \ conftest/dev_attr_max_send_sge/dev_attr_max_send_sge.c \ - conftest/dev_attr_max_send_sge/Makefile + conftest/dev_attr_max_send_sge/Kbuild echo "$(call run_conftest_bool,dev_attr_max_send_sge, \ HAVE_DEV_ATTR_MAX_SEND_SGE)" >"$@" conftest/gid_change/result-$(KVER).txt: \ conftest/gid_change/gid_change.c \ - conftest/gid_change/Makefile + conftest/gid_change/Kbuild echo "$(call run_conftest,gid_change,-DHAVE_IB_EVENT_GID_CHANGE)" >"$@" conftest/ib_client_add_one/result-$(KVER).txt: \ conftest/ib_client_add_one/add_one.c \ - conftest/ib_client_add_one/Makefile + conftest/ib_client_add_one/Kbuild echo "$(call run_conftest_bool,ib_client_add_one, \ IB_CLIENT_ADD_ONE_RETURNS_INT)" >"$@" conftest/ib_client_remove/result-$(KVER).txt: \ conftest/ib_client_remove/ib_client_remove.c \ - conftest/ib_client_remove/Makefile + conftest/ib_client_remove/Kbuild echo "$(call run_conftest,ib_client_remove, \ -DIB_CLIENT_REMOVE_TAKES_TWO_ARGS)" >"$@" conftest/ib_dma_map_ops/result-$(KVER).txt: \ conftest/ib_dma_map_ops/ib_dma_map_ops.c \ - conftest/ib_dma_map_ops/Makefile + conftest/ib_dma_map_ops/Kbuild echo "$(call run_conftest,ib_dma_map_ops,-DHAVE_IB_DMA_MAP_OPS)" >"$@" conftest/ib_set_cpi_resp_time/result-$(KVER).txt: \ conftest/ib_set_cpi_resp_time/ib_set_cpi_resp_time.c \ - conftest/ib_set_cpi_resp_time/Makefile + conftest/ib_set_cpi_resp_time/Kbuild echo "$(call run_conftest,ib_set_cpi_resp_time, \ -DHAVE_IB_SET_CPI_RESP_TIME)" >"$@" conftest/ib_sg_dma_len/result-$(KVER).txt: \ conftest/ib_sg_dma_len/ib_sg_dma_len.c \ - conftest/ib_sg_dma_len/Makefile + conftest/ib_sg_dma_len/Kbuild echo "$(call run_conftest_bool,ib_sg_dma_len,HAVE_IB_SG_DMA_LEN)" >"$@" conftest/mad_handler_takes_send_buf/result-$(KVER).txt: \ conftest/mad_handler_takes_send_buf/mad_handler_takes_send_buf.c\ - conftest/mad_handler_takes_send_buf/Makefile + conftest/mad_handler_takes_send_buf/Kbuild echo "$(call run_conftest,mad_handler_takes_send_buf, \ -DMAD_HANDLER_TAKES_SEND_BUF)" >"$@" conftest/pd_has_local_dma_lkey/result-$(KVER).txt: \ conftest/pd_has_local_dma_lkey/pd_has_local_dma_lkey.c \ - conftest/pd_has_local_dma_lkey/Makefile + conftest/pd_has_local_dma_lkey/Kbuild echo "$(call run_conftest,pd_has_local_dma_lkey, \ -DIB_PD_HAS_LOCAL_DMA_LKEY)" >"$@" conftest/query_device/result-$(KVER).txt: \ conftest/query_device/query_device.c \ - conftest/query_device/Makefile + conftest/query_device/Kbuild echo "$(call run_conftest,query_device,-DHAVE_IB_QUERY_DEVICE)" >"$@" conftest/query_device_attr_arg/result-$(KVER).txt: \ conftest/query_device_attr_arg/query_device_attr_arg.c \ - conftest/query_device_attr_arg/Makefile + conftest/query_device_attr_arg/Kbuild echo "$(call run_conftest,query_device_attr_arg, \ -DIB_QUERY_DEVICE_HAS_ATTR_ARG)" >"$@" conftest/query_gid/result-$(KVER).txt: \ conftest/query_gid/query_gid.c \ - conftest/query_gid/Makefile + conftest/query_gid/Kbuild echo "$(call run_conftest,query_gid,-DIB_QUERY_GID_HAS_ATTR_ARG)" >"$@" conftest/rdma_create_id_net/result-$(KVER).txt: \ conftest/rdma_create_id_net/rdma_create_id_net.c \ - conftest/rdma_create_id_net/Makefile + conftest/rdma_create_id_net/Kbuild echo "$(call run_conftest_bool,rdma_create_id_net, \ RDMA_CREATE_ID_TAKES_NET_ARG)" >"$@" conftest/rdma_destroy_ah/result-$(KVER).txt: \ conftest/rdma_destroy_ah/rdma_destroy_ah.c \ - conftest/rdma_destroy_ah/Makefile + conftest/rdma_destroy_ah/Kbuild echo "$(call run_conftest_bool,rdma_destroy_ah, \ HAVE_RDMA_DESTROY_AH)" >"$@" conftest/rdma_destroy_ah_with_flags/result-$(KVER).txt: \ conftest/rdma_destroy_ah_with_flags/rdma_destroy_ah_with_flags.c\ - conftest/rdma_destroy_ah_with_flags/Makefile + conftest/rdma_destroy_ah_with_flags/Kbuild echo "$(call run_conftest_bool,rdma_destroy_ah_with_flags, \ HAVE_RDMA_DESTROY_AH_WITH_FLAGS)" >"$@" conftest/rdma_query_gid/result-$(KVER).txt: \ conftest/rdma_query_gid/rdma_query_gid.c \ - conftest/rdma_query_gid/Makefile + conftest/rdma_query_gid/Kbuild echo "$(call run_conftest_bool,rdma_query_gid,HAVE_RDMA_QUERY_GID)" >"$@" conftest/rdma_reject/result-$(KVER).txt: \ conftest/rdma_reject/rdma_reject.c \ - conftest/rdma_reject/Makefile + conftest/rdma_reject/Kbuild echo "$(call run_conftest_bool,rdma_reject, \ RDMA_REJECT_HAS_FOUR_ARGS)" >"$@" conftest/register_mad_agent/result-$(KVER).txt: \ conftest/register_mad_agent/register_mad_agent.c \ - conftest/register_mad_agent/Makefile + conftest/register_mad_agent/Kbuild echo "$(call run_conftest,register_mad_agent, \ -DREGISTER_MAD_AGENT_HAS_FLAGS_ARG)" >"$@" conftest/srp_data_desc_imm/result-$(KVER).txt: \ conftest/srp_data_desc_imm/srp_data_desc_imm.c \ - conftest/srp_data_desc_imm/Makefile + conftest/srp_data_desc_imm/Kbuild echo "$(call run_conftest_bool,srp_data_desc_imm, \ HAVE_SRP_DATA_DESC_IMM)" >"$@" conftest/srp_login_req_rdma/result-$(KVER).txt: \ conftest/srp_login_req_rdma/srp_login_req_rdma.c \ - conftest/srp_login_req_rdma/Makefile + conftest/srp_login_req_rdma/Kbuild echo "$(call run_conftest_bool,srp_login_req_rdma, \ HAVE_STRUCT_SRP_LOGIN_REQ_RDMA)" >"$@" conftest/use_pre_440_wr_structure/result-$(KVER).txt: \ conftest/use_pre_440_wr_structure/use_pre_440_wr_structure.c \ - conftest/use_pre_440_wr_structure/Makefile + conftest/use_pre_440_wr_structure/Kbuild echo "$(call run_conftest,use_pre_440_wr_structure, \ -DUSE_PRE_440_WR_STRUCTURE)" >"$@" diff --git a/srpt/conftest/bad_wr_mod/Makefile b/srpt/conftest/bad_wr_mod/Kbuild similarity index 100% rename from srpt/conftest/bad_wr_mod/Makefile rename to srpt/conftest/bad_wr_mod/Kbuild diff --git a/srpt/conftest/cm_event_mod/Makefile b/srpt/conftest/cm_event_mod/Kbuild similarity index 100% rename from srpt/conftest/cm_event_mod/Makefile rename to srpt/conftest/cm_event_mod/Kbuild diff --git a/srpt/conftest/cm_listen/Makefile b/srpt/conftest/cm_listen/Kbuild similarity index 100% rename from srpt/conftest/cm_listen/Makefile rename to srpt/conftest/cm_listen/Kbuild diff --git a/srpt/conftest/create_cq/Makefile b/srpt/conftest/create_cq/Kbuild similarity index 100% rename from srpt/conftest/create_cq/Makefile rename to srpt/conftest/create_cq/Kbuild diff --git a/srpt/conftest/create_send_mad_ah/Makefile b/srpt/conftest/create_send_mad_ah/Kbuild similarity index 100% rename from srpt/conftest/create_send_mad_ah/Makefile rename to srpt/conftest/create_send_mad_ah/Kbuild diff --git a/srpt/conftest/create_send_mad_base/Makefile b/srpt/conftest/create_send_mad_base/Kbuild similarity index 100% rename from srpt/conftest/create_send_mad_base/Makefile rename to srpt/conftest/create_send_mad_base/Kbuild diff --git a/srpt/conftest/dev_attr_max_send_sge/Makefile b/srpt/conftest/dev_attr_max_send_sge/Kbuild similarity index 100% rename from srpt/conftest/dev_attr_max_send_sge/Makefile rename to srpt/conftest/dev_attr_max_send_sge/Kbuild diff --git a/srpt/conftest/gid_change/Makefile b/srpt/conftest/gid_change/Kbuild similarity index 100% rename from srpt/conftest/gid_change/Makefile rename to srpt/conftest/gid_change/Kbuild diff --git a/srpt/conftest/ib_client_add_one/Makefile b/srpt/conftest/ib_client_add_one/Kbuild similarity index 100% rename from srpt/conftest/ib_client_add_one/Makefile rename to srpt/conftest/ib_client_add_one/Kbuild diff --git a/srpt/conftest/ib_client_remove/Makefile b/srpt/conftest/ib_client_remove/Kbuild similarity index 100% rename from srpt/conftest/ib_client_remove/Makefile rename to srpt/conftest/ib_client_remove/Kbuild diff --git a/srpt/conftest/ib_dma_map_ops/Makefile b/srpt/conftest/ib_dma_map_ops/Kbuild similarity index 100% rename from srpt/conftest/ib_dma_map_ops/Makefile rename to srpt/conftest/ib_dma_map_ops/Kbuild diff --git a/srpt/conftest/ib_set_cpi_resp_time/Makefile b/srpt/conftest/ib_set_cpi_resp_time/Kbuild similarity index 100% rename from srpt/conftest/ib_set_cpi_resp_time/Makefile rename to srpt/conftest/ib_set_cpi_resp_time/Kbuild diff --git a/srpt/conftest/ib_sg_dma_len/Makefile b/srpt/conftest/ib_sg_dma_len/Kbuild similarity index 100% rename from srpt/conftest/ib_sg_dma_len/Makefile rename to srpt/conftest/ib_sg_dma_len/Kbuild diff --git a/srpt/conftest/mad_handler_takes_send_buf/Makefile b/srpt/conftest/mad_handler_takes_send_buf/Kbuild similarity index 100% rename from srpt/conftest/mad_handler_takes_send_buf/Makefile rename to srpt/conftest/mad_handler_takes_send_buf/Kbuild diff --git a/srpt/conftest/pd_has_local_dma_lkey/Makefile b/srpt/conftest/pd_has_local_dma_lkey/Kbuild similarity index 100% rename from srpt/conftest/pd_has_local_dma_lkey/Makefile rename to srpt/conftest/pd_has_local_dma_lkey/Kbuild diff --git a/srpt/conftest/query_device/Makefile b/srpt/conftest/query_device/Kbuild similarity index 100% rename from srpt/conftest/query_device/Makefile rename to srpt/conftest/query_device/Kbuild diff --git a/srpt/conftest/query_device_attr_arg/Makefile b/srpt/conftest/query_device_attr_arg/Kbuild similarity index 100% rename from srpt/conftest/query_device_attr_arg/Makefile rename to srpt/conftest/query_device_attr_arg/Kbuild diff --git a/srpt/conftest/query_gid/Makefile b/srpt/conftest/query_gid/Kbuild similarity index 100% rename from srpt/conftest/query_gid/Makefile rename to srpt/conftest/query_gid/Kbuild diff --git a/srpt/conftest/rdma_create_id_net/Makefile b/srpt/conftest/rdma_create_id_net/Kbuild similarity index 100% rename from srpt/conftest/rdma_create_id_net/Makefile rename to srpt/conftest/rdma_create_id_net/Kbuild diff --git a/srpt/conftest/rdma_destroy_ah/Makefile b/srpt/conftest/rdma_destroy_ah/Kbuild similarity index 100% rename from srpt/conftest/rdma_destroy_ah/Makefile rename to srpt/conftest/rdma_destroy_ah/Kbuild diff --git a/srpt/conftest/rdma_destroy_ah_with_flags/Makefile b/srpt/conftest/rdma_destroy_ah_with_flags/Kbuild similarity index 100% rename from srpt/conftest/rdma_destroy_ah_with_flags/Makefile rename to srpt/conftest/rdma_destroy_ah_with_flags/Kbuild diff --git a/srpt/conftest/rdma_query_gid/Makefile b/srpt/conftest/rdma_query_gid/Kbuild similarity index 100% rename from srpt/conftest/rdma_query_gid/Makefile rename to srpt/conftest/rdma_query_gid/Kbuild diff --git a/srpt/conftest/rdma_reject/Makefile b/srpt/conftest/rdma_reject/Kbuild similarity index 100% rename from srpt/conftest/rdma_reject/Makefile rename to srpt/conftest/rdma_reject/Kbuild diff --git a/srpt/conftest/register_mad_agent/Makefile b/srpt/conftest/register_mad_agent/Kbuild similarity index 100% rename from srpt/conftest/register_mad_agent/Makefile rename to srpt/conftest/register_mad_agent/Kbuild diff --git a/srpt/conftest/srp_data_desc_imm/Makefile b/srpt/conftest/srp_data_desc_imm/Kbuild similarity index 100% rename from srpt/conftest/srp_data_desc_imm/Makefile rename to srpt/conftest/srp_data_desc_imm/Kbuild diff --git a/srpt/conftest/srp_login_req_rdma/Makefile b/srpt/conftest/srp_login_req_rdma/Kbuild similarity index 100% rename from srpt/conftest/srp_login_req_rdma/Makefile rename to srpt/conftest/srp_login_req_rdma/Kbuild diff --git a/srpt/conftest/use_pre_440_wr_structure/Makefile b/srpt/conftest/use_pre_440_wr_structure/Kbuild similarity index 100% rename from srpt/conftest/use_pre_440_wr_structure/Makefile rename to srpt/conftest/use_pre_440_wr_structure/Kbuild