On Wed, 23 Sep 2026 18:18:09 +0100, Lorenzo Stoakes (ARM) <[email protected]> wrote: > rust/exports.c includes the exports_*_generated.h listing the symbols of > the core, bindings, kernel and helpers objects, but this is not expressed > in its Makefile. > > This worked previously because the headers are always-y targets, and make > prepare built all of the rust crates first, which is an implicit > dependency. > > [...]
Reviewed-by: Nicolas Schier <[email protected]> -- Nicolas

