net/kni: add to meson build
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 8 Jun 2018 21:20:43 +0000 (22:20 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 14 Jun 2018 17:27:50 +0000 (19:27 +0200)
commit3479586fe6364aa55098c2e570f73afe61f05433
tree497aea49ee2d271e53c2a44e9a23b0155476fa65
parent3a221aa68f282fc16cf431e3a89dff239565db36
net/kni: add to meson build

Since the kni library is an optional library, we need to add a check
here to ensure that the kni wrapper PMD is only built when the main kni
lib is being built.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/kni/meson.build [new file with mode: 0644]
drivers/net/meson.build