13 lines
239 B
Meson
13 lines
239 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',
|
|
'cnxk_ep_vf.c',
|
|
'otx_ep_mbox.c',
|
|
)
|