igb_uio: build with meson
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 28 Aug 2017 16:00:52 +0000 (17:00 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 16:49:16 +0000 (17:49 +0100)
commita52f4574f798bb6d00ed4ef313a5f6d6d17a45d7
tree4f8bd55d386d8fde582883a43f3d3a01818867d1
parent844514c73569067061bb32388732e7ac3e977f90
igb_uio: build with meson

Support building igb_uio using meson and ninja. For this, we still use the
kernel's kbuild system, by calling out to make, since it's safer and easier
than trying to reproduce that in meson. A list of suitable file
dependencies is given so that we have a reasonable chance of a rebuild when
necessary.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
Acked-by: Luca Boccassi <luca.boccassi@gmail.com>
lib/librte_eal/linuxapp/igb_uio/Kbuild [new file with mode: 0644]
lib/librte_eal/linuxapp/igb_uio/meson.build [new file with mode: 0644]
lib/librte_eal/linuxapp/meson.build
meson_options.txt