On Tue, Mar 27, 2018 at 01:18:26AM +0200, Gaetan Rivet wrote: > Signed-off-by: Gaetan Rivet <gaetan.ri...@6wind.com> > --- > lib/Makefile | 3 +-- > lib/librte_eal/common/Makefile | 2 +- > lib/librte_kvargs/Makefile | 2 +- > lib/librte_kvargs/rte_kvargs.c | 3 +-- > lib/{librte_eal/common/include => librte_kvargs}/rte_string_fns.h | 0 > 5 files changed, 4 insertions(+), 6 deletions(-) > rename lib/{librte_eal/common/include => librte_kvargs}/rte_string_fns.h > (100%) > Don't forget to update the meson.build file. You need to move kvargs before EAL in the list of libraries, and modify the special case for default dependencies for non-EAL libs.
/Bruce