net/thunderx: add missing external dependency
authorFerruh Yigit <ferruh.yigit@intel.com>
Wed, 29 Jun 2016 18:34:49 +0000 (19:34 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 30 Jun 2016 08:07:57 +0000 (10:07 +0200)
commitbe52da5dbd01f6211582d71153eeac6918633952
tree2a3492f014eb03f4d4b312b31c783498ea113a8a
parent79f2248219c02767c84c707d15bb5a97a0660881
net/thunderx: add missing external dependency

To prevent compile error when compiling for shared library:
nicvf_hw.o: In function `nicvf_qsize_regbit':
nicvf_hw.c:(.text+0xe64): undefined reference to `log2'
nicvf_hw.o: In function `nicvf_rss_reta_update':
nicvf_hw.c:(.text+0x19dd): undefined reference to `log2'
nicvf_hw.o: In function `nicvf_rss_reta_query':
nicvf_hw.c:(.text+0x1acb): undefined reference to `log2'

Fixes: e438796617dc ("net/thunderx: add PMD skeleton")

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
drivers/net/thunderx/Makefile