]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/meson.build
raw/ioat: support limiting queues for idxd PCI device
[dpdk.git] / drivers / common / meson.build
index ffd06e2c3cc2d3a1c1ff74e506319f1e9f105180..4acbad60b1d70a63d8241b655ae391849cb9027a 100644 (file)
@@ -2,6 +2,11 @@
 # Copyright(c) 2018 Cavium, Inc
 
 std_deps = ['eal']
-drivers = ['cpt', 'dpaax', 'iavf', 'mlx5', 'mvep', 'octeontx', 'octeontx2', 'qat']
-config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
-driver_name_fmt = 'rte_common_@0@'
+drivers = [
+        'cpt',
+        'dpaax',
+        'iavf',
+        'mvep',
+        'octeontx',
+        'octeontx2',
+]