File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -748,10 +748,11 @@ then
748748 else
749749 AC_SUBST ( [ with_ICP_API_DIR] , [ "\$(with_qat_hw_dir)/quickassist/include"] )
750750 AC_SUBST ( [ with_ICP_SAL_API_DIR] , [ "\$(with_qat_hw_dir)/quickassist/lookaside/access_layer/include"] )
751+ AC_SUBST ( [ with_ICP_SAL_API_1x_DIR] , [ "\$(with_qat_hw_dir)/quickassist/include/icp"] )
751752 AC_SUBST ( [ with_ICP_LAC_API_DIR] , [ "\$(with_ICP_API_DIR)/lac"] )
752753 AC_SUBST ( [ with_ICP_DC_DIR] , [ "\$(with_qat_hw_dir)/quickassist/include/dc"] )
753754 AC_SUBST ( [ with_USDM_DIR] , [ "\$(with_qat_hw_dir)/quickassist/utilities/libusdm_drv"] )
754- AC_SUBST ( [ includes_qat_hw] , [ "-I\$(with_ICP_API_DIR) -I\$(with_ICP_LAC_API_DIR) -I\$(with_ICP_SAL_API_DIR) -I\$(with_ICP_DC_DIR) -I\$(with_USDM_DIR)"] )
755+ AC_SUBST ( [ includes_qat_hw] , [ "-I\$(with_ICP_API_DIR) -I\$(with_ICP_LAC_API_DIR) -I\$(with_ICP_SAL_API_DIR) -I\$(with_ICP_DC_DIR) -I\$(with_USDM_DIR) -I\$(with_ICP_SAL_API_1x_DIR) "] )
755756 fi
756757fi
757758
You can’t perform that action at this time.
0 commit comments