numam-dpdk/drivers
Panu Matilainen 5f9115e58c mk: fix shared library dependencies of drivers
Similar to commit 113c8e13c4, but
for bnx2x, pcap, sze2data and xenvirt PMDs.

Requiring applications to know about library internal details like
dependencies to external helper libraries is a limitation of
static linkage, shared libraries should always know their own
dependencies for sane operation. This is especially highlighted
with dlopen()'ed items, having applications link against about plugin
internal dependencies goes on the side of absurd.

Note that linking with a shared combined library still requires to
know the internal dependencies.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2015-12-06 22:15:14 +01:00
..
crypto aesni_mb: add driver for multi buffer based crypto 2015-11-25 19:18:04 +01:00
net mk: fix shared library dependencies of drivers 2015-12-06 22:15:14 +01:00
Makefile qat: add driver for QuickAssist devices 2015-11-25 19:18:04 +01:00