crypto/ipsec_mb: move aesni_gcm PMD
[dpdk.git] / drivers / crypto / meson.build
index 17041ad..00a31d5 100644 (file)
@@ -1,7 +1,31 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-drivers = ['qat', 'null', 'openssl']
+if is_windows
+    subdir_done()
+endif
+
+drivers = [
+        'armv8',
+        'bcmfs',
+        'caam_jr',
+        'ccp',
+        'cnxk',
+        'dpaa_sec',
+        'dpaa2_sec',
+        'ipsec_mb',
+        'kasumi',
+        'mlx5',
+        'mvsam',
+        'nitrox',
+        'null',
+        'octeontx',
+        'octeontx2',
+        'openssl',
+        'scheduler',
+        'snow3g',
+        'virtio',
+        'zuc',
+]
+
 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
-config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
-driver_name_fmt = 'rte_pmd_@0@'