]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/meson.build
net/mlx5: share counter config function
[dpdk.git] / drivers / common / meson.build
index f828ce7f7db879ceacfbf1940c2e312a22167fc2..ea261dd70a13c569c3d6606425cad39ba0d7bc6c 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright(c) 2018 Cavium, Inc
 
 std_deps = ['eal']
-drivers = ['mvep', 'octeontx', 'qat']
-config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
-driver_name_fmt = 'rte_common_@0@'
+drivers = [
+        'cpt',
+        'dpaax',
+        'iavf',
+        'mvep',
+        'octeontx',
+]