Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
10 lines
282 B
Meson
10 lines
282 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
drivers = ['dpaa_sec', 'dpaa2_sec',
|
|
'openssl', 'null', 'qat']
|
|
|
|
std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
|
|
driver_name_fmt = 'rte_pmd_@0@'
|