xref: /f-stack/dpdk/drivers/net/atlantic/meson.build (revision 2d9fd380)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Aquantia Corporation
3
4sources = 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)
14