mirror of https://github.com/F-Stack/f-stack.git
14 lines
231 B
Meson
14 lines
231 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright 2021 NXP
|
||
|
|
||
|
if not is_linux
|
||
|
build = false
|
||
|
reason = 'only supported on linux'
|
||
|
endif
|
||
|
|
||
|
sources = files(
|
||
|
'enet_ethdev.c',
|
||
|
'enet_uio.c',
|
||
|
'enet_rxtx.c',
|
||
|
)
|