summaryrefslogtreecommitdiffstats
path: root/src/seastar/dpdk/drivers/net/bnx2x/meson.build
blob: dd189ffc467e16da558b066ea424b800ea24c478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2018 Intel Corporation

dep = dependency('zlib', 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')