8998264a3a9a0f5255399b55fe74209e2117b8d6
[dpdk.git] / 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 c_args = cflags
11 base_lib = static_library('nicvf_base', sources,
12         c_args: c_args,
13         dependencies: static_rte_ethdev
14 )
15
16 base_objs = base_lib.extract_all_objects()