drivers/net: use ack in interrupt handlers
[dpdk.git] / drivers / net / atlantic / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Aquantia Corporation
3
4 allow_experimental_apis = true
5
6 sources = files(
7         'atl_rxtx.c',
8         'atl_ethdev.c',
9         'atl_hw_regs.c',
10         'hw_atl/hw_atl_b0.c',
11         'hw_atl/hw_atl_llh.c',
12         'hw_atl/hw_atl_utils_fw2x.c',
13         'hw_atl/hw_atl_utils.c',
14         'rte_pmd_atlantic.c',
15 )