aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/thunderx/base/meson.build
blob: c9d5a8f4e4eb4c8143b480505336dc332e9fe255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Cavium, Inc

sources = [
	'nicvf_hw.c',
	'nicvf_mbox.c',
	'nicvf_bsvf.c'
]

base_lib = static_library('nicvf_base', sources,
	c_args: cflags,
	dependencies: static_rte_ethdev
)

base_objs = base_lib.extract_all_objects()