2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-08-29 16:32:27 +01:00
|
|
|
|
2019-06-22 18:54:06 +05:30
|
|
|
drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'octeontx2', 'ring', 'stack']
|
2017-08-29 16:32:27 +01:00
|
|
|
std_deps = ['mempool']
|
|
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
|
|
|
|
driver_name_fmt = 'rte_mempool_@0@'
|