[v3,1/9] net/ionic: connect ionic to the build system

Message ID 20201204201646.51746-2-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 Dec. 4, 2020, 8:16 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 29f477750..6e4aa6bf3 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',