Nalla Pradeep 18f0606215 net/octeontx_ep: remove octeontx2 dependency
octeontx_ep driver's dependency on octeontx2 common code is
removed as going forward ep driver will include files from
its own path.

Signed-off-by: Nalla Pradeep <pnalla@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
2021-10-29 16:09:18 +02:00

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