1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017 Intel Corporation 3 4if is_windows 5 subdir_done() 6endif 7 8drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'octeontx2', 'ring', 'stack'] 9std_deps = ['mempool'] 10config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL' 11driver_name_fmt = 'rte_mempool_@0@' 12