xref: /f-stack/dpdk/drivers/net/bnx2x/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Intel Corporation
3
4dep = dependency('zlib', required: false)
5build = dep.found()
6reason = 'missing dependency, "zlib"'
7ext_deps += dep
8cflags += '-DZLIB_CONST'
9sources = 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')
16