New upstream version 18.02
[deb_dpdk.git] / drivers / bus / meson.build
diff --git a/drivers/bus/meson.build b/drivers/bus/meson.build
new file mode 100644 (file)
index 0000000..c6af500
--- /dev/null
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2017 Intel Corporation
+
+drivers = ['pci', 'vdev']
+std_deps = ['eal']
+config_flag_fmt = 'RTE_LIBRTE_@0@_BUS'
+driver_name_fmt = 'rte_bus_@0@'