X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fmeson.build;h=d64ca418bc3b78e33141f60551a33202770d0b37;hb=e1e31efcc9070fcbc980f54d3d81f1f4f6879eef;hp=1295743f5ec0110b3048c14c6ce6ebd8d5ea367c;hpb=e1d26e429a5cb0153767a5d73a0e2440b9eed2b1;p=dpdk.git diff --git a/drivers/crypto/meson.build b/drivers/crypto/meson.build index 1295743f5e..d64ca418bc 100644 --- a/drivers/crypto/meson.build +++ b/drivers/crypto/meson.build @@ -1,8 +1,8 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2017 Intel Corporation -drivers = ['dpaa_sec', 'dpaa2_sec', - 'openssl', 'mrvl', 'null', 'qat'] +drivers = ['ccp', 'dpaa_sec', 'dpaa2_sec', 'mvsam', + 'null', 'openssl', 'qat', 'virtio'] std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'