Re: [dpdk-dev] [PATCH 0/3] mk: fix LDLIBS

2017-10-23 Thread Thomas Monjalon
23/10/2017 16:39, Eads, Gage: > From: Olivier Matz [mailto:olivier.m...@6wind.com] > > > > Some libraries in LDLIBS are currently generated from the > > DEPDIRS-$(dirname) variables in the Makefiles. This is valid when the > > subdirectory name match the library name, but it's not always the case,

Re: [dpdk-dev] [PATCH 0/3] mk: fix LDLIBS

2017-10-23 Thread Eads, Gage
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Thursday, October 12, 2017 11:04 AM > To: tho...@monjalon.net > Cc: Eads, Gage ; santosh.shu...@caviumnetworks.com; > Richardson, Bruce ; > jerin.ja...@caviumnetworks.com; dev@dpdk.org > Subject: [PATCH 0/3]

[dpdk-dev] [PATCH 0/3] mk: fix LDLIBS

2017-10-12 Thread Olivier Matz
Some libraries in LDLIBS are currently generated from the DEPDIRS-$(dirname) variables in the Makefiles. This is valid when the subdirectory name match the library name, but it's not always the case, especially for PMDs. This series fixes some invalid dependency declarations first, and then remove