crypto/scheduler: add in meson build
[dpdk.git] / drivers / crypto / meson.build
index fbe190d..6ed853b 100644 (file)
@@ -1,8 +1,8 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-drivers = ['dpaa_sec', 'dpaa2_sec', 'mrvl',
-       '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'