]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/drivers/net/igc/base/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / igc / base / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019-2020 Intel Corporation
3
4 sources = [
5 'igc_api.c',
6 'igc_base.c',
7 'igc_i225.c',
8 'igc_mac.c',
9 'igc_manage.c',
10 'igc_nvm.c',
11 'igc_osdep.c',
12 'igc_phy.c',
13 ]
14
15 base_lib = static_library('igc_base', sources,
16 dependencies: static_rte_eal)
17
18 base_objs = base_lib.extract_all_objects()