[dpdk-dev] [PATCH] net: re-add qede to meson
David Marchand
david.marchand at redhat.com
Thu Oct 3 10:18:19 CEST 2019
qede has been dropped from the drivers/net meson.
Add it again.
Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")
Signed-off-by: David Marchand <david.marchand at redhat.com>
---
drivers/net/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/meson.build b/drivers/net/meson.build
index 513f19b..0170f01 100644
--- a/drivers/net/meson.build
+++ b/drivers/net/meson.build
@@ -37,6 +37,7 @@ drivers = ['af_packet',
'octeontx',
'octeontx2',
'pcap',
+ 'qede',
'ring',
'sfc',
'softnic',
--
1.8.3.1
More information about the dev
mailing list