net/atlantic: add hardware access layer
[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_llh.c',
8 )