build: move variable for drivers to top level
authorAndrius Sirvys <andrius.sirvys@intel.com>
Mon, 25 Mar 2019 10:34:59 +0000 (10:34 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Mar 2019 22:28:39 +0000 (23:28 +0100)
commit0ffbdd1d8d2ab43cff01d56ccd86c092aaa6df39
treea532060057b4c52fd1898a4310c2aead156e7755
parentcf123ee7c4a20d17fc0b41e9bac5702bca057705
build: move variable for drivers to top level

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@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/meson.build
meson.build