net/vmxnet3: add in meson build
authorLuca Boccassi <bluca@debian.org>
Tue, 18 Sep 2018 14:58:22 +0000 (15:58 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 18 Sep 2018 20:53:35 +0000 (22:53 +0200)
commit263b9ba2d32ee14efe8200710a1cb74a7864282d
tree1d660f73305bbfb4ed8c9d7856f639933b5ca4b9
parent30d3d016830135c7c2d03b386f3bb385287a6316
net/vmxnet3: add in meson build

Note that the library built by meson will not have the _uio suffix:
librte_pmd_vmxnet3.so - as it follows the directory name, while the
legacy makefile rename it to librte_pmd_vmxnet3_uio.so.

Signed-off-by: Luca Boccassi <bluca@debian.org>
drivers/net/meson.build
drivers/net/vmxnet3/meson.build [new file with mode: 0644]