b218d1368a524e23339253efe897e1161cea8e1c
[dpdk.git] / drivers / net / enetfec / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2021 NXP
3
4 if not is_linux
5     build = false
6     reason = 'only supported on linux'
7 endif
8
9 sources = files(
10         'enet_ethdev.c',
11         'enet_uio.c',
12 )