net/i40e: fix dependencies for AVX2 build with meson
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 31 Jan 2018 17:09:05 +0000 (17:09 +0000)
committerBruce Richardson <bruce.richardson@intel.com>
Thu, 1 Feb 2018 11:45:49 +0000 (12:45 +0100)
commitbb17466d09d73436157efd72e46acce40b3140b0
tree834eb8dacbc05dff316ff806a7d96d1b43cd432e
parentc76a10ec1531b3e5d182b8e9bbd27c48365f91aa
net/i40e: fix dependencies for AVX2 build with meson

The AVX2 code path includes files from the ethdev, hash and kvargs libs.
These are not listed as dependencies in the case where AVX2 is not in
the default instruction set for the build e.g. machine=nehalem. This
leads to compiler errors as the header files needed cannot be found.

Fixes: e940646b20fa ("drivers/net: build Intel NIC PMDs with meson")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/net/i40e/meson.build