git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
net/softnic: add tap object
[dpdk.git]
/
drivers
/
net
/
bnx2x
/
meson.build
1
# SPDX-License-Identifier: BSD-3-Clause
2
# Copyright(c) 2018 Intel Corporation
3
4
dep = cc.find_library('z', 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')