From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 1/2] drivers: fix shared build error for DPAA crypto Date: Thu, 26 Oct 2017 23:06:28 +0200 Message-ID: <5581759.lrYajTBS42@xps> References: <20171026140906.10347-1-shreyansh.jain@nxp.com> <297afe1c-65dd-a597-b28c-5697a3b14bf8@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Akhil Goyal , olivier.matz@6wind.com, ferruh.yigit@intel.com To: Shreyansh Jain Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B2BE61BB1D for ; Thu, 26 Oct 2017 23:06:30 +0200 (CEST) In-Reply-To: <297afe1c-65dd-a597-b28c-5697a3b14bf8@nxp.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" 26/10/2017 16:10, Akhil Goyal: > On 10/26/2017 7:39 PM, Shreyansh Jain wrote: > > Various symbols are being used by DPAA Crypto driver which were not exposed > > from DPAA bus during initial version. This breaks the shared build. > > > > This patch also adds the LDLIBS line required after (cbc12b0a9) patch. > > > > Fixes: c3e85bdcc6e6 ("crypto/dpaa_sec: add crypto driver for NXP DPAA platform") > > Cc: akhil.goyal@nxp.com > > > > Signed-off-by: Shreyansh Jain > > > Acked-by: Akhil Goyal Applied, thanks