diff --git a/iscsi-scst/Makefile b/iscsi-scst/Makefile index 32dd59155..37eea182f 100644 --- a/iscsi-scst/Makefile +++ b/iscsi-scst/Makefile @@ -134,7 +134,7 @@ mods: include/iscsi_scst_itf_ver.h $(CONFTEST_OUTPUTS) $(MAKE) -C $(KDIR) M=$(KMOD) PRE_CFLAGS="$(PRE_CFLAGS)" modules echo "$@: INFINIBAND_ENABLED = $(INFINIBAND_ENABLED)" if $(INFINIBAND_ENABLED); then \ - echo " Building against $(OFED_FLAVOR) InfiniBand kernel headers."; \ + echo " Building against $(OFED_FLAVOR) RDMA kernel headers."; \ $(MAKE) -C $(KDIR) M=$(ISERTMOD) PRE_CFLAGS="$(ISER_CFLAGS)" \ $(OFED_CONFIG) modules; \ fi diff --git a/srpt/Makefile b/srpt/Makefile index 9c37f194d..d0d8cee4c 100644 --- a/srpt/Makefile +++ b/srpt/Makefile @@ -139,7 +139,7 @@ check: "installed."; \ false; \ else \ - echo " Building against in-tree InfiniBand kernel headers."; \ + echo " Building against in-tree RDMA kernel headers."; \ fi; \ fi