[2/8] ionic: connect to the meson build system

Message ID 20201102183527.69209-3-aboyer@pensando.io (mailing list archive)
State Changes Requested, archived
Delegated to: Ferruh Yigit
Headers
Series net/ionic: minor updates and documentation |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Andrew Boyer Nov. 2, 2020, 6:35 p.m. UTC
  Otherwise the ionic PMD is never built.

Signed-off-by: Andrew Boyer <aboyer@pensando.io>
---
 drivers/net/meson.build | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/drivers/net/meson.build b/drivers/net/meson.build
index 4e4c2c976..5fdcab3cc 100644
--- a/drivers/net/meson.build
+++ b/drivers/net/meson.build
@@ -26,6 +26,7 @@  drivers = ['af_packet',
 	'iavf',
 	'ice',
 	'igc',
+	'ionic',
 	'ipn3ke',
 	'ixgbe',
 	'kni',