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
|
|
|
|
2017-08-30 10:00:46 +01:00
|
|
|
drivers = ['qat', 'null', 'openssl']
|
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@'
|