07/03/2019 12:28, Andrius Sirvys: > If for debugging we disable the driver directory in the meson.build file, > we get an error because the variable "driver_classes" does not exist. > This is because driver_classes is only defined in the > drivers/meson.build file. Defining driver_classes in dpdk/meson.build file > will make it easier for compiling separate directories. > > In the process, we rename driver_classes to dpdk_driver_classes for > consistency with the other variables. > > Signed-off-by: Andrius Sirvys <andrius.sir...@intel.com> > Acked-by: Bruce Richardson <bruce.richard...@intel.com> > --- > v4: Removed unreleated files that were accidentally included > --- > drivers/meson.build | 4 ++-- > meson.build | 3 ++- > 2 files changed, 4 insertions(+), 3 deletions(-)
Please, could you rebase on top of latest changes in master? Thanks