]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/meson.build
baseband/turbo_sw: fix memory leak in error path
[dpdk.git] / drivers / crypto / meson.build
index 93c2968acb81277e96d2ae9b7c3b644d9dbebc04..34f2d99c09650e9a2dfc8fb2d3fd308c043aca17 100644 (file)
@@ -20,12 +20,10 @@ drivers = ['aesni_gcm',
           'octeontx',
           'octeontx2',
           'openssl',
-          'qat',
           '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@'
+config_flag_fmt = 'RTE_LIBRTE_PMD_@0@'