> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Duszynski > Sent: Wednesday, March 21, 2018 9:45 AM > To: dev@dpdk.org > Cc: d...@marvell.com; nsams...@marvell.com; j...@semihalf.com; > jianbo....@arm.com; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; sta...@dpdk.org; Tomasz Duszynski > <t...@semihalf.com> > Subject: [dpdk-dev] [PATCH] crypto/mrvl: add missing library dependencies > > While trying to do a shared build one will get linkage error since a couple of > library dependencies are missing from a makefile. > > At some point there was a batch update of all PMDs but mrvl crypto was > missed back then. > > Necessary makefile changes were introduced in commit cbc12b0a96f5 > ("mk: do not generate LDLIBS from directory dependencies") > > Signed-off-by: Tomasz Duszynski <t...@semihalf.com>
Applied to dpdk-next-crypto. Thanks, Pablo