numam-dpdk/drivers/net/bnx2x/meson.build
Bruce Richardson 4d61166da4 net/bnx2x: add to meson build
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2018-06-14 19:27:50 +02:00

15 lines
309 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation
dep = cc.find_library('z', required: false)
build = dep.found()
ext_deps += dep
cflags += '-DZLIB_CONST'
sources = files('bnx2x.c',
'bnx2x_ethdev.c',
'bnx2x_rxtx.c',
'bnx2x_stats.c',
'bnx2x_vfpf.c',
'ecore_sp.c',
'elink.c')