mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
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
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user