> 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 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 <[email protected]>
Reviewed-by: Harry van Haaren <[email protected]>

