crypto/dpaa_sec: support authonly and chain with raw API
[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_mng.c',
8         'ngbe_phy.c',
9         'ngbe_phy_rtl.c',
10         'ngbe_phy_mvl.c',
11         'ngbe_phy_yt.c',
12 ]
13
14 error_cflags = []
15
16 c_args = cflags
17
18 base_lib = static_library('ngbe_base', sources,
19     dependencies: [static_rte_eal, static_rte_ethdev, static_rte_bus_pci],
20     c_args: c_args)
21 base_objs = base_lib.extract_all_objects(recursive: true)