From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] crypto/aesni_mb: fix compile Date: Fri, 18 Jan 2019 12:03:20 +0100 Message-ID: <4850125.tHd5LTnENi@xps> References: <20190116132114.65674-1-roy.fan.zhang@intel.com> <1988021.QFEkKv4KUp@xps> <2601191342CEEE43887BDE71AB977258010D905841@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Zhang, Roy Fan" , "dev@dpdk.org" , "akhil.goyal@nxp.com" , "De Lara Guarch, Pablo" To: "Ananyev, Konstantin" Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id D71AE2B9D for ; Fri, 18 Jan 2019 12:03:23 +0100 (CET) In-Reply-To: <2601191342CEEE43887BDE71AB977258010D905841@irsmsx105.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/01/2019 11:57, Ananyev, Konstantin: > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > > 16/01/2019 14:21, Fan Zhang: > > > This patch fixes the inflexible compile issue AESNI-MB PMD. > > > Originally the compile of the PMD will fail if IPSec_MB is > > > not installed in default location. > > > > > > Fixes: c68d7aa354f6 ("crypto/aesni_mb: use architecture independent macros") > > > > > > Signed-off-by: Fan Zhang > > > --- > > > -IMB_HDR = /usr/include/intel-ipsec-mb.h > > > +IMB_HDR = $(shell echo "\#include " | \ > > > > What is the backslash? Looks like a typo. > > Wouldn't make get confused without it? Confused about what? I tested without backslash, it works.