crypto/ipsec_mb: move aesni_gcm PMD
[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 = [
9         'armv8',
10         'bcmfs',
11         'caam_jr',
12         'ccp',
13         'cnxk',
14         'dpaa_sec',
15         'dpaa2_sec',
16         'ipsec_mb',
17         'kasumi',
18         'mlx5',
19         'mvsam',
20         'nitrox',
21         'null',
22         'octeontx',
23         'octeontx2',
24         'openssl',
25         'scheduler',
26         'snow3g',
27         'virtio',
28         'zuc',
29 ]
30
31 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps