]> git.openfabrics.org - ~emulex/for-vlad/compat-rdma.git/commitdiff
xeon-phi: correct configure file for correct -with-ibp-debug flag
authorJay Sternberg <jay.e.sternberg@intel.com>
Fri, 5 Sep 2014 17:28:12 +0000 (10:28 -0700)
committerVladimir Sokolovsky <vlad@mellanox.com>
Wed, 10 Sep 2014 11:19:34 +0000 (14:19 +0300)
configure

index 4d1e513e15f3b9405b6bfbe810d4ee3432a98084..10d3f1708a1f52077c3b873e06e24024b5cea622 100755 (executable)
--- 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)