> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson > Sent: Friday, September 1, 2017 11:04 AM > To: dev@dpdk.org > Cc: Richardson, Bruce <bruce.richard...@intel.com> > Subject: [dpdk-dev] [PATCH 06/17] build: add infrastructure for building PMDs > > Add in the top-level drivers meson.build file to start adding in building > of PMDs. Since all PMDs are built in pretty much the same way, the logic > for building each PMD, including extracting the pmdinfo, is included in the > top level build file. This means that each individual driver class only > needs to specify its default dependencies and a few naming conventions, and > each driver only needs to specify it's source files, headers, etc. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
Reviewed-by: Harry van Haaren <harry.van.haa...@intel.com>