build: disable experimental API check internally
[dpdk.git] / drivers / net / bnx2x / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 dep = dependency('zlib', required: false)
5 build = dep.found()
6 reason = 'missing dependency, "zlib"'
7 ext_deps += dep
8 cflags += '-DZLIB_CONST'
9 sources = files('bnx2x.c',
10         'bnx2x_ethdev.c',
11         'bnx2x_rxtx.c',
12         'bnx2x_stats.c',
13         'bnx2x_vfpf.c',
14         'ecore_sp.c',
15         'elink.c')