aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/meson.build
blob: d64ca418bc3b78e33141f60551a33202770d0b37 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation

drivers = ['ccp', 'dpaa_sec', 'dpaa2_sec', 'mvsam',
	'null', 'openssl', 'qat', 'virtio']

std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
driver_name_fmt = 'rte_pmd_@0@'