]> git.droids-corp.org - dpdk.git/blobdiff - drivers/bus/meson.build
net/bnxt: refactor multi-queue Rx configuration
[dpdk.git] / drivers / bus / meson.build
index 2e7727af081f2199621d8ee402283f4b10d216b3..c770c6ba1e4b38102d315435cdff0aa35c0153c8 100644 (file)
@@ -1,5 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-drivers = ['dpaa', 'fslmc', 'ifpga', 'pci', 'vdev', 'vmbus']
+drivers = [
+        'dpaa',
+        'fslmc',
+        'ifpga',
+        'pci',
+        'vdev',
+        'vmbus',
+]
 std_deps = ['eal']