net/i40e: fix bitmap free
[dpdk.git] / drivers / crypto / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 if is_windows
5         subdir_done()
6 endif
7
8 drivers = ['aesni_gcm',
9            'aesni_mb',
10            'armv8',
11            'caam_jr',
12            'ccp',
13            'dpaa_sec',
14            'dpaa2_sec',
15            'kasumi',
16            'mvsam',
17            'nitrox',
18            'null',
19            'octeontx',
20            'octeontx2',
21            'openssl',
22            'qat',
23            'scheduler',
24            'snow3g',
25            'virtio',
26            'zuc']
27
28 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
29 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
30 driver_name_fmt = 'rte_pmd_@0@'