ethdev: build on Windows

Add ethdev and a missing dependency (meter) to the list
of libraries built on Windows.

Signed-off-by: Fady Bader <fady@mellanox.com>
Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
This commit is contained in:
Fady Bader 2020-08-11 09:24:24 +03:00 committed by Thomas Monjalon
parent 0e9e9e7548
commit 790defbdb6

View File

@ -41,7 +41,7 @@ if is_windows
'telemetry',
'eal',
'ring',
'mempool', 'mbuf', 'net', 'pci',
'mempool', 'mbuf', 'net', 'meter', 'ethdev', 'pci',
] # only supported libraries for windows
endif