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