New upstream version 18.02
[deb_dpdk.git] / drivers / net / thunderx / base / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Cavium, Inc
3
4 sources = [
5         'nicvf_hw.c',
6         'nicvf_mbox.c',
7         'nicvf_bsvf.c'
8 ]
9
10 base_lib = static_library('nicvf_base', sources,
11         c_args: cflags,
12         dependencies: static_rte_ethdev
13 )
14
15 base_objs = base_lib.extract_all_objects()