kernel/linux: error out on module build failure
authorAnatoly Burakov <anatoly.burakov@intel.com>
Mon, 11 May 2020 10:25:13 +0000 (11:25 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 19 May 2020 15:59:57 +0000 (17:59 +0200)
commit455be5b47f666ddbfa1dcc49575143a3cd01f6b7
treeb764bdf5af5b5b67d85187b93a4d3d8f54d6c7bd
parenta842899e9185280cc6b0a3eb994d7664b20df560
kernel/linux: error out on module build failure

Now that kernel modules aren't built by default, we can be more
strict with their build process, and fail the build if they were
requested to be built, but weren't.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
kernel/linux/meson.build