drivers: clean up build lists
[dpdk.git] / drivers / regex / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright 2020 Mellanox Technologies, Ltd
3
4 drivers = [
5         'mlx5',
6         'octeontx2',
7 ]
8 std_deps = ['ethdev', 'kvargs'] # 'ethdev' also pulls in mbuf, net, eal etc