numam-dpdk/lib/librte_kvargs
Bruce Richardson ecea301994 kvargs: fix building with meson outside source tree
When building DPDK with meson with the <builddir> being outside the source
directory, an error was generated as the path to the EAL headers was not
found. The path specified for the includes backed out unnecessarily far and
so broke when the build directory was not in the expected location of
just inside the source dir. Changing the path to be shorter, just going
down one level and then into EAL builds for both cases - where builddir is
in source directory, and also when it's outside it.

Fixes: 092ee51649 ("kvargs: build before EAL")

Reported-by: Anatoly Burakov <anatoly.burakov@intel.com>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Anatoly Burakov <anatoly.burakov@intel.com>
2018-07-26 10:14:06 +02:00
..
Makefile kvargs: build before EAL 2018-07-15 23:42:16 +02:00
meson.build kvargs: fix building with meson outside source tree 2018-07-26 10:14:06 +02:00
rte_kvargs_version.map kvargs: add generic string matching callback 2018-07-15 23:44:22 +02:00
rte_kvargs.c kvargs: add generic string matching callback 2018-07-15 23:44:22 +02:00
rte_kvargs.h kvargs: add generic string matching callback 2018-07-15 23:44:22 +02:00