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