f-stack/dpdk/drivers/net/octeon_ep/meson.build

12 lines
214 B
Meson
Raw Normal View History

2022-09-06 04:00:10 +00:00
# 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',
2023-09-13 12:21:49 +00:00
'cnxk_ep_vf.c',
2022-09-06 04:00:10 +00:00
)