net/bnxt: add Tx TruFlow table config for P4 device
[dpdk.git] / drivers / net / ngbe / base / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018-2021 Beijing WangXun Technology Co., Ltd.
3
4 sources = [
5         'ngbe_eeprom.c',
6         'ngbe_hw.c',
7         'ngbe_mbx.c',
8         'ngbe_mng.c',
9         'ngbe_phy.c',
10         'ngbe_phy_rtl.c',
11         'ngbe_phy_mvl.c',
12         'ngbe_phy_yt.c',
13 ]
14
15 error_cflags = []
16
17 c_args = cflags
18
19 base_lib = static_library('ngbe_base', sources,
20     dependencies: [static_rte_eal, static_rte_ethdev, static_rte_bus_pci],
21     c_args: c_args)
22 base_objs = base_lib.extract_all_objects(recursive: true)