]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/drivers/net/bnx2x/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / 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 ext_deps += dep
7 cflags += '-DZLIB_CONST'
8 sources = files('bnx2x.c',
9 'bnx2x_ethdev.c',
10 'bnx2x_rxtx.c',
11 'bnx2x_stats.c',
12 'bnx2x_vfpf.c',
13 'ecore_sp.c',
14 'elink.c')