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:
parent
0e9e9e7548
commit
790defbdb6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user