2018-05-09 16:14:26 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2018 Intel Corporation
|
|
|
|
|
2018-07-25 17:04:51 +00:00
|
|
|
drivers = ['isal', 'octeontx', 'qat', 'zlib']
|
2018-05-09 16:14:26 +00:00
|
|
|
|
|
|
|
std_deps = ['compressdev'] # compressdev pulls in all other needed deps
|
|
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_PMD'
|
|
|
|
driver_name_fmt = 'rte_pmd_@0@'
|