From 93c2711530d8c5d6b607c04e5f974a9de7e39204 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 26 Jul 2020 03:31:02 +0000 Subject: [PATCH] iscsi-scst, srpt: Modify the message that reports which kernel headers are used git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9080 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/Makefile | 2 +- srpt/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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