drivers: clean up build lists
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Apr 2021 10:22:20 +0000 (11:22 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 21 Apr 2021 10:37:55 +0000 (12:37 +0200)
commitcf995efc5395069633069f6c7ce24f878805ff66
treedd544d4646abff65677ba742595b49cccd5bf0ca
parent6f8a1a459145c295cb515bd3f5794e12c811a3ee
drivers: clean up build lists

Ensure all lists of drivers are standardized:
* one driver per line
* lists double-indented with spaces (as they are line continuations)
* elements in alphabetical order
* opening and closing list brackets "[" & "]" on own lines
* last element has trailing comma

Any code snippets in the list files is adjusted to single-indent using
whitespace to correspond to the new style also.

The lists of standard library dependencies per class, and other short
lists are not formatted one-per-line as these lists are not expected to
grow beyond 2 or 3 entries.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
12 files changed:
drivers/baseband/meson.build
drivers/bus/meson.build
drivers/common/meson.build
drivers/compress/meson.build
drivers/crypto/meson.build
drivers/event/meson.build
drivers/mempool/meson.build
drivers/meson.build
drivers/net/meson.build
drivers/raw/meson.build
drivers/regex/meson.build
drivers/vdpa/meson.build