[dpdk-dev] mk: RTE_BUILD_COMBINE_LIBS doesn't work properly anymore

2015-06-10 Thread Dirk-Holger Lenz
Hello, since the hardware specific library functions were put into a separate folder 'drivers' the feature to build a combined library doesn't generate a combined library including these hardware specific functions anymore. The reason for this is that the combined library is built before the 'drive

[dpdk-dev] mk: RTE_BUILD_COMBINE_LIBS doesn't work properly anymore

2015-06-10 Thread Gonzalez Monroy, Sergio
On 10/06/2015 10:38, Dirk-Holger Lenz wrote: > Hello, > since the hardware specific library functions were put into a separate > folder 'drivers' the feature to build a combined library doesn't generate > a combined library including these hardware specific functions anymore. > The reason for this