numam-dpdk/mk/internal
Thomas Monjalon f9e02f03c6 mk: fix driver build with installed SDK
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 pmdinfogen must be installed in the SDK directory and be part
of the SDK installation.

Fixes: 3d781ca328 ("mk: do post processing on objects that register a driver")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
2016-07-08 17:06:59 +02:00
..
rte.build-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.build-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.clean-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.clean-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.compile-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.compile-pre.mk mk: fix driver build with installed SDK 2016-07-08 17:06:59 +02:00
rte.depdirs-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.depdirs-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.extvars.mk mk: fix error message 2016-03-03 11:36:32 +01:00
rte.install-post.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00
rte.install-pre.mk remove trailing whitespaces 2014-06-11 00:29:34 +02:00