net/mlx5: fix meter policy flow match item
[dpdk.git] / drivers / raw / meson.build
index d8d6cf5..b51536f 100644 (file)
@@ -2,13 +2,18 @@
 # Copyright 2018 NXP
 
 if is_windows
-       subdir_done()
+    subdir_done()
 endif
 
-drivers = ['dpaa2_cmdif', 'dpaa2_qdma',
-       'ifpga', 'ioat', 'ntb',
-       'octeontx2_dma',
-       'octeontx2_ep',
-       'skeleton']
+drivers = [
+        'cnxk_bphy',
+        'dpaa2_cmdif',
+        'dpaa2_qdma',
+        'ifpga',
+        'ioat',
+        'ntb',
+        'octeontx2_dma',
+        'octeontx2_ep',
+        'skeleton',
+]
 std_deps = ['rawdev']
-config_flag_fmt = 'RTE_LIBRTE_PMD_@0@_RAWDEV'