mirror of https://github.com/F-Stack/f-stack.git
7 lines
232 B
Meson
7 lines
232 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright 2020 Mellanox Technologies, Ltd
|
||
|
|
||
|
drivers = ['mlx5', 'octeontx2']
|
||
|
std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc
|
||
|
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
|