X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fmeson.build;h=147b8cf633a5229c1339101f33e6cd2de12ac0ad;hb=f69467177fa34afaeeeae81ad83142121ee1bc98;hp=736c9f584ab42ac67fc96924261a0e86be0c4177;hpb=6ec78c2463acdd06560d09e3fb1056d2b1ec0c68;p=dpdk.git diff --git a/drivers/crypto/meson.build b/drivers/crypto/meson.build index 736c9f584a..147b8cf633 100644 --- a/drivers/crypto/meson.build +++ b/drivers/crypto/meson.build @@ -1,9 +1,24 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -drivers = ['dpaa_sec', 'dpaa2_sec', - 'openssl', 'null', 'qat'] + +drivers = [ + 'armv8', + 'bcmfs', + 'caam_jr', + 'ccp', + 'cnxk', + 'dpaa_sec', + 'dpaa2_sec', + 'ipsec_mb', + 'mlx5', + 'mvsam', + 'nitrox', + 'null', + 'octeontx', + 'openssl', + 'scheduler', + 'virtio', +] std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps -config_flag_fmt = 'RTE_LIBRTE_@0@_PMD' -driver_name_fmt = 'rte_pmd_@0@'