f-stack/dpdk/drivers/crypto/meson.build

26 lines
474 B
Meson
Raw Normal View History

2019-06-25 11:12:58 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
2021-02-05 08:48:47 +00:00
2022-09-06 04:00:10 +00:00
drivers = [
'armv8',
'bcmfs',
'caam_jr',
'ccp',
'cnxk',
'dpaa_sec',
'dpaa2_sec',
'ipsec_mb',
'mlx5',
'mvsam',
'nitrox',
'null',
'octeontx',
'octeontx2',
'openssl',
'scheduler',
'virtio',
]
2019-06-25 11:12:58 +00:00
std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps