2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-08-29 17:20:14 +01:00
|
|
|
|
2018-03-14 13:26:05 +05:30
|
|
|
drivers = ['dpaa_sec', 'dpaa2_sec',
|
2018-04-19 14:21:14 +02:00
|
|
|
'openssl', 'mrvl', 'null', 'qat']
|
2018-03-14 13:26:05 +05:30
|
|
|
|
2017-08-29 17:20:14 +01:00
|
|
|
std_deps = ['cryptodev'] # cryptodev pulls in all other needed deps
|
|
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
|
|
|
|
driver_name_fmt = 'rte_pmd_@0@'
|