net/enic: support GTP header flow matching
[dpdk.git] / drivers / raw / meson.build
index d8d6cf5..87694a7 100644 (file)
@@ -2,13 +2,16 @@
 # 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',
+        'skeleton',
+]
 std_deps = ['rawdev']
-config_flag_fmt = 'RTE_LIBRTE_PMD_@0@_RAWDEV'