a0ad8f08857178a94f2501ab694ffd8f155924a4
[dpdk.git] / drivers / net / atlantic / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Aquantia Corporation
3
4 sources = files(
5         'atl_ethdev.c',
6         'atl_hw_regs.c',
7         'hw_atl/hw_atl_b0.c',
8         'hw_atl/hw_atl_llh.c',
9         'hw_atl/hw_atl_utils_fw2x.c',
10         'hw_atl/hw_atl_utils.c',
11 )