> From: dev [mailto:[email protected]] On Behalf Of Bruce Richardson > Sent: Friday, September 1, 2017 11:04 AM > To: [email protected] > Cc: Richardson, Bruce <[email protected]> > Subject: [dpdk-dev] [PATCH 03/17] igb_uio: add igb_uio kmod to meson build > > 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 <[email protected]>
Reviewed-by: Harry van Haaren <[email protected]>

