mirror of https://github.com/F-Stack/f-stack.git
8 lines
215 B
Meson
8 lines
215 B
Meson
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
# Copyright(c) 2018 Luca Boccassi <bluca@debian.org>
|
||
|
|
||
|
deps += ['bbdev', 'bus_vdev', 'ring']
|
||
|
name = 'bbdev_null'
|
||
|
allow_experimental_apis = true
|
||
|
sources = files('bbdev_null.c')
|