net/i40e: fix crash in AVX512
[dpdk.git] / drivers / net / nfb / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019 Cesnet
3 # Copyright(c) 2019 Netcope Technologies, a.s. <info@netcope.com>
4 # All rights reserved.
5
6 if is_windows
7         build = false
8         reason = 'not supported on Windows'
9         subdir_done()
10 endif
11
12 dep = dependency('netcope-common', required: false, method: 'pkg-config')
13 reason = 'missing dependency, "libnfb"'
14 build = dep.found()
15 ext_deps += dep
16
17 sources = files('nfb_rx.c', 'nfb_tx.c', 'nfb_stats.c', 'nfb_ethdev.c', 'nfb_rxmode.c')