mk: set library dependencies in shared object file
authorNelio Laranjeiro <nelio.laranjeiro@6wind.com>
Fri, 31 Jul 2015 13:14:17 +0000 (15:14 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 2 Aug 2015 22:38:26 +0000 (00:38 +0200)
commitbef06a8a0655a2d5b2d0e30bb46b3a64b1f13881
tree2e973e270a42749d1ded6cb40574503fe6cc6c67
parent0ea73979aabdbf2ab26fc354479035485873a4e3
mk: set library dependencies in shared object file

Some .so libraries needs to be linked with external libraries.  For that the
LDLIBS and EXTRA_LDFLAGS variables should be present on the link line when
those .so files are created.  PMD Makefile is responsible for filling the
LDLIBS variable with the link to the external library it needs.

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
mk/rte.lib.mk