net/qede: re-add to meson
authorDavid Marchand <david.marchand@redhat.com>
Thu, 3 Oct 2019 08:18:19 +0000 (10:18 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 8 Oct 2019 10:14:31 +0000 (12:14 +0200)
qede has been dropped from the drivers/net meson.
Add it again.

Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/meson.build

index eb1c6b6..55f4c51 100644 (file)
@@ -38,6 +38,7 @@ drivers = ['af_packet',
        'octeontx',
        'octeontx2',
        'pcap',
+       'qede',
        'ring',
        'sfc',
        'softnic',