ethdev: promote sibling iterators to stable
[dpdk.git] / drivers / raw / meson.build
index bcd5553..b51536f 100644 (file)
@@ -1,10 +1,19 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-drivers = ['dpaa2_cmdif', 'dpaa2_qdma',
-       'ifpga', 'ioat', 'ntb',
-       'octeontx2_dma',
-       'skeleton']
+if is_windows
+    subdir_done()
+endif
+
+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'
-driver_name_fmt = 'rte_pmd_@0@'