72c00ae9db
update driver to use the REE cnxk code replace octeontx2/otx2 with cn9k Signed-off-by: Liron Himi <lironh@marvell.com> Acked-by: Jerin Jacob <jerinj@marvell.com>
9 lines
207 B
Meson
9 lines
207 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2020 Mellanox Technologies, Ltd
|
|
|
|
drivers = [
|
|
'mlx5',
|
|
'cn9k',
|
|
]
|
|
std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
|