aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/meson.build
blob: 52c755dcfd8ef2f4f62d44b22b58cad275202ce5 (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']
std_deps = ['eal']
config_flag_fmt = 'RTE_LIBRTE_@0@_BUS'
driver_name_fmt = 'rte_bus_@0@'