mirror of https://github.com/F-Stack/f-stack.git
7 lines
198 B
Meson
7 lines
198 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2017 Intel Corporation
|
||
|
|
||
|
drivers = ['dpaa', 'fslmc', 'ifpga', 'pci', 'vdev', 'vmbus']
|
||
|
std_deps = ['eal']
|
||
|
config_flag_fmt = 'RTE_LIBRTE_@0@_BUS'
|