[dpdk-dev] [PATCH v3 04/10] mk: fix driver build with installed SDK

2016-07-08 Thread Thomas Monjalon
The tool pmdinfogen was called from RTE_OUTPUT/app/ which does not exist if building a driver outside of the SDK build. When building DPDK, RTE_SDK_BIN is RTE_OUTPUT. When building an external driver, RTE_SDK_BIN must point to the installed DPDK directory containing includes, libs, etc. That's why

[dpdk-dev] [PATCH v3 04/10] mk: fix driver build with installed SDK

2016-07-08 Thread Neil Horman
On Fri, Jul 08, 2016 at 04:42:18PM +0200, Thomas Monjalon wrote: > The tool pmdinfogen was called from RTE_OUTPUT/app/ which does not exist > if building a driver outside of the SDK build. > When building DPDK, RTE_SDK_BIN is RTE_OUTPUT. When building an external > driver, RTE_SDK_BIN must point to