mirror of https://github.com/F-Stack/f-stack.git
8 lines
272 B
Meson
8 lines
272 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2017 Intel Corporation
|
||
|
|
||
|
drivers = ['dpaa', 'dpaa2', 'octeontx', 'opdl', 'skeleton', 'sw', 'dsw']
|
||
|
std_deps = ['eventdev', 'kvargs']
|
||
|
config_flag_fmt = 'RTE_LIBRTE_@0@_EVENTDEV_PMD'
|
||
|
driver_name_fmt = 'rte_pmd_@0@_event'
|