]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/dpdk/drivers/net/atlantic/meson.build
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / drivers / net / atlantic / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Aquantia Corporation
3
4 sources = files(
5 'atl_rxtx.c',
6 'atl_ethdev.c',
7 'atl_hw_regs.c',
8 'hw_atl/hw_atl_b0.c',
9 'hw_atl/hw_atl_llh.c',
10 'hw_atl/hw_atl_utils_fw2x.c',
11 'hw_atl/hw_atl_utils.c',
12 'rte_pmd_atlantic.c',
13 )