[dpdk-dev] [PATCH v4] build: move variable definition to top level
Thomas Monjalon
thomas at monjalon.net
Sun Mar 24 23:59:22 CET 2019
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.sirvys at intel.com>
> Acked-by: Bruce Richardson <bruce.richardson at 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
More information about the dev
mailing list