kernel/linux: reduce unneeded indents in meson file
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 17 May 2019 13:45:28 +0000 (14:45 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 29 May 2019 22:28:38 +0000 (00:28 +0200)
commit41dec89f5450ce4ad37982c9a1cf121a2dd18829
treef178f3eb9a4c7dba4f19e19c410a127078ab816d
parent36681a5606786f18420907d56457ce6fd43ad2fc
kernel/linux: reduce unneeded indents in meson file

Since meson 0.46, meson has supported the subdir_done() function, which
allows us to abort processing of a file early. Using this we can reduce the
indentation in our files by eliminating unnecessary else blocks.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
kernel/linux/meson.build