xref: /dpdk/drivers/crypto/meson.build (revision c7e9729d)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright(c) 2017 Intel Corporation
3
4drivers = ['dpaa_sec', 'dpaa2_sec',
5	'openssl', 'null', 'qat']
6
7std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
8config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
9driver_name_fmt = 'rte_pmd_@0@'
10