]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/meson.build
common/cnxk: always use single interrupt ID with NIX
[dpdk.git] / drivers / bus / meson.build
index 52c755dcfd8ef2f4f62d44b22b58cad275202ce5..45eab5233d22aca12d33fa7b812ccef003840bd0 100644 (file)
@@ -1,7 +1,16 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-drivers = ['dpaa', 'fslmc', 'ifpga', 'pci', 'vdev']
+drivers = [
+        'auxiliary',
+        'dpaa',
+        'fslmc',
+        'ifpga',
+        'pci',
+        'vdev',
+        'vmbus',
+]
+
 std_deps = ['eal']
-config_flag_fmt = 'RTE_LIBRTE_@0@_BUS'
-driver_name_fmt = 'rte_bus_@0@'
+
+log_prefix = 'bus'