aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/baseband/null/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/baseband/null/meson.build')
-rw-r--r--drivers/baseband/null/meson.build7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/baseband/null/meson.build b/drivers/baseband/null/meson.build
new file mode 100644
index 00000000..64c29d86
--- /dev/null
+++ b/drivers/baseband/null/meson.build
@@ -0,0 +1,7 @@
+# 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')