mirror of https://github.com/F-Stack/f-stack.git
12 lines
191 B
Meson
12 lines
191 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(C) 2021 Marvell.
|
||
|
#
|
||
|
|
||
|
sources = files(
|
||
|
'otx_ep_ethdev.c',
|
||
|
'otx_ep_rxtx.c',
|
||
|
'otx_ep_vf.c',
|
||
|
'otx2_ep_vf.c',
|
||
|
)
|
||
|
|