net/qede/base: upgrade to FW 8.37.7.0
[dpdk.git] / drivers / net / avf / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
3
4 cflags += ['-Wno-strict-aliasing']
5
6 subdir('base')
7 objs = [base_objs]
8
9 sources = files(
10         'avf_ethdev.c',
11         'avf_rxtx.c',
12         'avf_vchnl.c',
13 )
14
15 if arch_subdir == 'x86'
16         dpdk_conf.set('RTE_LIBRTE_AVF_INC_VECTOR', 1)
17         sources += files('avf_rxtx_vec_sse.c')
18 endif