aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/meson.build
blob: 80de2d91d52dbf1f912327bfe93a1ff93e942a77 (plain)
1
2
3
4
5
6
7
# 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'
driver_name_fmt = 'rte_bus_@0@'