From 4d0124848668b4e6ed5cae4e4720df9e5049bf20 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Tue, 24 Apr 2018 10:22:50 -0400 Subject: [PATCH] configure: Removed xeon phi support Signed-off-by: Vladimir Sokolovsky --- configure | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure b/configure index d25fcb5..55202b8 100755 --- a/configure +++ b/configure @@ -997,12 +997,6 @@ fi ex ${CWD}/ofed_scripts/ofed_patch.sh ${ofed_patch_params} fi - if [[ ! -e .xeon_phi_applied && "X$CONFIG_IBP_SERVER" == "Xm" ]]; then - echo ".xeon_phi_applied does not exist. running ofed-patch.sh for xeon-phi" - ex ${CWD}/ofed_scripts/ofed_patch.sh --with-patchdir=tech-preview/xeon-phi - touch .xeon_phi_applied - fi - # Configfs requires CONFIGFS_FS to be enabled in the kernel if [ "X${CONFIG_INFINIBAND_ADDR_TRANS}" == "Xy" ]; then check_autofconf CONFIGFS_FS -- 2.41.0