[dpdk-dev] [PATCH] mk: fix combined library building

2015-06-10 Thread Thomas Monjalon
2015-06-10 10:48, Li Wei: > On 06/09/2015 05:37 PM, Sergio Gonzalez Monroy wrote: > > The combined lib was being created after building the lib root dir. > > With the new directory hierarchy, it should be created after the > > drivers root dir instead. > > > > Fixes: 980ed498eb1dd0 ("drivers: crea

[dpdk-dev] [PATCH] mk: fix combined library building

2015-06-10 Thread Li Wei
On 06/09/2015 05:37 PM, Sergio Gonzalez Monroy wrote: > The combined lib was being created after building the lib root dir. > With the new directory hierarchy, it should be created after the > drivers root dir instead. > > Fixes: 980ed498eb1dd0 ("drivers: create new directory") > > Signed-off-b

[dpdk-dev] [PATCH] mk: fix combined library building

2015-06-09 Thread Sergio Gonzalez Monroy
The combined lib was being created after building the lib root dir. With the new directory hierarchy, it should be created after the drivers root dir instead. Fixes: 980ed498eb1dd0 ("drivers: create new directory") Signed-off-by: Sergio Gonzalez Monroy --- mk/rte.sdkbuild.mk | 2 +- 1 file chan

[dpdk-dev] [PATCH] mk: fix combined library building

2015-06-09 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Tuesday, June 09, 2015 10:37 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] mk: fix combined library building > > The combined lib was being cr