numam-dpdk/drivers
Andrius Sirvys 0ffbdd1d8d 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>
2019-03-26 23:28:39 +01:00
..
baseband bb/turbo_sw: update for FlexRAN 18.09 2018-12-19 11:19:10 +01:00
bus build/freebsd: rename macro BSDPAPP to FREEBSD 2019-03-12 23:01:14 +01:00
common crypto/octeontx: move device specific code to driver 2019-03-22 15:54:24 +01:00
compress compress/qat: add fallback to fixed compression 2019-03-22 14:27:46 +01:00
crypto crypto/qat: support XTS 2019-03-22 15:54:24 +01:00
event event/opdl: replace sprintf with snprintf 2019-03-15 06:46:50 +01:00
mempool eal/linux: rename linuxapp to linux 2019-03-12 17:31:13 +01:00
net drivers/net: fix possible overflow using strlcat 2019-03-22 11:32:53 +01:00
raw eal/linux: rename linuxapp to linux 2019-03-12 17:31:13 +01:00
Makefile drivers: add common as dependency for bus 2018-10-16 14:54:25 +02:00
meson.build build: move variable for drivers to top level 2019-03-26 23:28:39 +01:00