fd05e96266
Now that all driver names follow a consistent pattern, remove the override of the name in each driver which adds the prefix. Instead we can just add the prefix at a higher level. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
8 lines
225 B
Meson
8 lines
225 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
|
|
|
|
drivers = ['null', 'turbo_sw', 'fpga_lte_fec']
|
|
|
|
config_flag_fmt = 'RTE_LIBRTE_PMD_BBDEV_@0@'
|
|
driver_name_fmt = 'rte_pmd_bbdev_@0@'
|