[dpdk-dev] [PATCH] mk: fix missing DEPDIRS to avoid libarary underlinking

2016-06-13 Thread Christian Ehrhardt
On Mon, Jun 13, 2016 at 12:08 PM, Thomas Monjalon wrote: > 2016-06-13 11:48, Christian Ehrhardt: > > --- a/drivers/net/af_packet/Makefile > > +++ b/drivers/net/af_packet/Makefile > > @@ -54,5 +54,6 @@ SRCS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += > rte_eth_af_packet.c > > DEPDIRS-$(CONFIG_RTE_LIBRT

[dpdk-dev] [PATCH] mk: fix missing DEPDIRS to avoid libarary underlinking

2016-06-13 Thread Thomas Monjalon
2016-06-13 11:48, Christian Ehrhardt: > --- a/drivers/net/af_packet/Makefile > +++ b/drivers/net/af_packet/Makefile > @@ -54,5 +54,6 @@ SRCS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += > rte_eth_af_packet.c > DEPDIRS-$(CONFIG_RTE_LIBRTE_PMD_AF_PACKET) += lib/librte_mbuf > DEPDIRS-$(CONFIG_RTE_LIBRTE_P

[dpdk-dev] [PATCH] mk: fix missing DEPDIRS to avoid libarary underlinking

2016-06-13 Thread Christian Ehrhardt
After several cleanups libraries are now linked against the libs the refer as DEPDIR which is great. But that now made it visible that some DEPDIRS where still missing. This patch is adding the missing depdirs to avoid any library referring to symbols they are not linked against (found with dpkg-s