xref: /dpdk/drivers/net/atlantic/meson.build (revision 68a03efeed657e6e05f281479b33b51102797e15)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2018 Aquantia Corporation
3
4if is_windows
5	build = false
6	reason = 'not supported on Windows'
7	subdir_done()
8endif
9
10sources = files(
11	'atl_rxtx.c',
12	'atl_ethdev.c',
13	'atl_hw_regs.c',
14	'hw_atl/hw_atl_b0.c',
15	'hw_atl/hw_atl_llh.c',
16	'hw_atl/hw_atl_utils_fw2x.c',
17	'hw_atl/hw_atl_utils.c',
18	'rte_pmd_atlantic.c',
19)
20