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

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',
)