mk: link the whole cfgfile library
authorTomasz Duszynski <tdu@semihalf.com>
Mon, 9 Oct 2017 15:00:29 +0000 (17:00 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 12 Oct 2017 00:36:58 +0000 (01:36 +0100)
commitf98d403bc10fd891ba73997922c0b2130072e778
treeff98c0e5732b669506b307e66f456955ba20228a
parent570acdb1da8ade1a618a736b5db35f3a1379ff71
mk: link the whole cfgfile library

MRVL net pmd needs rte_cfgfile to parse QoS configuration file thus
librte_pmd_mrvl.a contains undefined symbols from librte_cfgfile.a.

As a result linking applications under app/ directory will fail
because librte_cfgfile.a comes before librte_pmd_mrvl.a during
the linking stage.

Linking the whole librte_cfgfile.a solves the issue.

Signed-off-by: Jacek Siuda <jck@semihalf.com>
Signed-off-by: Tomasz Duszynski <tdu@semihalf.com>
mk/rte.app.mk