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>
7 lines
195 B
Meson
7 lines
195 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
|
|
|
|
deps += ['bbdev', 'bus_vdev', 'ring']
|
|
allow_experimental_apis = true
|
|
sources = files('bbdev_null.c')
|