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š <[email protected]> > --- > 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 <[email protected]>

