New upstream version 18.11-rc1
[deb_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_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 )