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

30 lines
505 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
if is_windows
subdir_done()
endif
drivers = ['aesni_gcm',
'aesni_mb',
'armv8',
'bcmfs',
'caam_jr',
'ccp',
'dpaa_sec',
'dpaa2_sec',
'kasumi',
'mvsam',
'nitrox',
'null',
'octeontx',
'octeontx2',
'openssl',
'scheduler',
'snow3g',
'virtio',
'zuc']
std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
config_flag_fmt = 'RTE_LIBRTE_PMD_@0@'