net/ngbe: initialize and validate EEPROM
[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 ]
9
10 error_cflags = []
11
12 c_args = cflags
13
14 base_lib = static_library('ngbe_base', sources,
15     dependencies: [static_rte_eal, static_rte_ethdev, static_rte_bus_pci],
16     c_args: c_args)
17 base_objs = base_lib.extract_all_objects()