X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fmeson.build;h=6ed853b7abd6fc9d5d8d3694f7582227de3e75e3;hb=f3a5fa85cfd191522baa8cc144c9d95e7e658972;hp=7b3ec13f1d1a809b5a2dc4f1658b3945abc168ea;hpb=e95faac15110125eb5d7d59e5963bc0885a41718;p=dpdk.git diff --git a/drivers/crypto/meson.build b/drivers/crypto/meson.build index 7b3ec13f1d..6ed853b7ab 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', 'mvsam', - 'null', 'openssl', 'qat', 'virtio'] +drivers = ['ccp', 'dpaa_sec', 'dpaa2_sec', 'mvsam', + 'null', 'openssl', 'qat', 'scheduler', 'virtio'] std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'