> 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 02/17] eal: add eal library to meson build > > Support building the EAL with meson and ninja. This involves a number of > different meson.build files for iterating through all the different > subdirectories in the EAL. The library itself will be compiled on build but > the header files are only copied from their initial location once "ninja > install" is run. Instead, we use meson dependency tracking to ensure that > other libraries which use the EAL headers can find them in their original > locations. > > Note: this does not include building kernel modules on either BSD or Linux > > Signed-off-by: Bruce Richardson <[email protected]>
Reviewed-by: Harry van Haaren <[email protected]>

