f9e02f03c6
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:
|
||
---|---|---|
.. | ||
rte.build-post.mk | ||
rte.build-pre.mk | ||
rte.clean-post.mk | ||
rte.clean-pre.mk | ||
rte.compile-post.mk | ||
rte.compile-pre.mk | ||
rte.depdirs-post.mk | ||
rte.depdirs-pre.mk | ||
rte.extvars.mk | ||
rte.install-post.mk | ||
rte.install-pre.mk |