drivers: add infrastructure for meson build
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 29 Aug 2017 13:49:45 +0000 (14:49 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 16:49:16 +0000 (17:49 +0100)
commit9314afb68a53d97044c5fcc380b98a5cdfe1a6bc
tree809d1ab3a73feee8c502f6e64f02e8204eacf732
parentcf8e39735e4d270a7c4952abb0ce41f9229a537b
drivers: add infrastructure for meson build

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.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>
drivers/meson.build [new file with mode: 0644]
meson.build