From: Jay Sternberg Date: Fri, 5 Sep 2014 17:28:12 +0000 (-0700) Subject: xeon-phi: correct configure file for correct -with-ibp-debug flag X-Git-Tag: vofed-3.18~110 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b908d7accfb26070400af2e1295d066496d99b7a;p=~emulex%2Ffor-vlad%2Fcompat-rdma.git xeon-phi: correct configure file for correct -with-ibp-debug flag --- diff --git a/configure b/configure index 4d1e513..10d3f17 100755 --- a/configure +++ b/configure @@ -115,11 +115,14 @@ Usage: `basename $0` [options] --with-mlx5_debug-mod make CONFIG_MLX5_DEBUG=y [yes] --without-mlx5_debug-mod [no] - --with-xeon-phi-mod make CONFIG_IBP_SERVER=m CONFIG_INFINIBAND_SCIF=m [no] - --without-xeon-phi-mod [yes] + --with-ibscif-mod make CONFIG_INFINIBAND_SCIF=m [no] + --without-ibscif-mod [yes] - --with-xeon-phi-debug-mod make CONFIG_IBP_DEBUG=y [no] - --without-xeon-phi-debug-mod [yes] + --with-ibp-server-mod make CONFIG_IBP_SERVER=m [no] + --without-ibp-server-mod [yes] + + --with-ibp-debug-mod make CONFIG_IBP_DEBUG=y [no] + --without-ibp-debug-mod [yes] --with-ipath_inf-mod make CONFIG_INFINIBAND_IPATH=m [no] --without-ipath_inf-mod [yes] @@ -500,7 +503,7 @@ main() --with-ibp-server-mod) CONFIG_IBP_SERVER="m" ;; - --with-ibp=server-debug-mod) + --with-ibp-debug-mod) CONFIG_IBP_DEBUG="y" ;; --with-ipath_inf-mod)