cb5c402a6cf0e7c3df00a94b8028553915a0ebaf
[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 )