mk: fix driver dependencies order for static application
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 10 Jun 2016 13:19:05 +0000 (15:19 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Jun 2016 14:08:19 +0000 (16:08 +0200)
commitea4698938e64262284073c3b308ee0144be483dc
tree5b94df75aa09d5f7e2cca2c4a0b6cf4a1bea1936
parentcb8e39da1b58e30ab7d886d00e024ad986bbbe53
mk: fix driver dependencies order for static application

On a linker command line, the dependencies must be declared after
the libraries using them.
It will avoid some issues when building an application with static
libraries and --as-needed option.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
mk/rte.app.mk