drivers: simplify main build file
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Apr 2021 10:22:19 +0000 (11:22 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 21 Apr 2021 10:37:55 +0000 (12:37 +0200)
commit6f8a1a459145c295cb515bd3f5794e12c811a3ee
tree7ebb369b386eef02f0b1457b82c28053add1e089
parent6fc406593ac19937fee959f35a773b8509647af2
drivers: simplify main build file

As with the library meson.build file, we can use the "continue" keyword to
reduce the level of indentation used for the majority of the build file.
Since we are changing the whitespace indentation level, we also update the
body of the foreach loop to use the meson standard, 4-space indentation.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/meson.build