New upstream version 18.08
[deb_dpdk.git] / drivers / crypto / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 drivers = ['ccp', 'dpaa_sec', 'dpaa2_sec', 'mvsam',
5         'null', 'openssl', 'qat', 'virtio']
6
7 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
8 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
9 driver_name_fmt = 'rte_pmd_@0@'