2017-04-05 15:46, Remy Horton: > > On 05/04/2017 14:39, Thomas Monjalon wrote: > > 2017-03-30 22:00, Remy Horton: > >> --- a/mk/rte.app.mk > >> +++ b/mk/rte.app.mk > [..] > >> +_LDLIBS-$(CONFIG_RTE_LIBRTE_METRICS) += -lrte_metrics > > > > It should not be added here in --whole-archive as it is not going to be > > used by plugins (drivers). > > > > I suggest moving it upper with rte_jobstats. > > Ok. > > As an aside, there seems to have been recent changes to the build > system, so I suspect there might be a few redundant Makefile additions > lying around the patchset.
Do you mean DEPDIRS-$(CONFIG_RTE_LIBRTE_METRICS) et al? I can remove them if you confirm.