]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/meson.build
crypto/mrvl: add to meson build
[dpdk.git] / drivers / crypto / meson.build
index 736c9f584ab42ac67fc96924261a0e86be0c4177..1295743f5ec0110b3048c14c6ce6ebd8d5ea367c 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(c) 2017 Intel Corporation
 
 drivers = ['dpaa_sec', 'dpaa2_sec',
-       'openssl', 'null', 'qat']
+       'openssl', 'mrvl', 'null', 'qat']
 
 std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
 config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'