[dpdk-dev] [RFC PATCH v2 5/6] build: disable Arm drivers
Bruce Richardson
bruce.richardson at intel.com
Tue Oct 13 17:49:49 CEST 2020
On Tue, Oct 13, 2020 at 04:54:41PM +0200, Juraj Linkeš wrote:
> A few options that disabled drivers in the old makefiles were improperly
> ported to the meson build system. Fix this by adding a to the list of
> disabled drivers, similarly how the command line option works.
>
> Signed-off-by: Juraj Linkeš <juraj.linkes at pantheon.tech>
> ---
> config/arm/meson.build | 9 +++++----
> drivers/meson.build | 2 +-
> meson.build | 1 +
> 3 files changed, 7 insertions(+), 5 deletions(-)
>
This seems a better approach to disabling the drivers.
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list