mk: fix static linking with null pmd
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 9 Apr 2015 17:34:17 +0000 (19:34 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Apr 2015 19:49:04 +0000 (21:49 +0200)
commit9c283ffe2c72ba8686f93edf508f165e18a0e0fd
treee033526edb1bbd241228e006cdac61f3727079f6
parentb652e6cdff6f144071dd307b2e366e166b8c8b70
mk: fix static linking with null pmd

Null PMD was not found when using a statically linked application:
EAL: no driver found for eth_null1
EAL: failed to initialize eth_null1 device

Fixes: c743e50c475f ("null: new poll mode driver")

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