Re: [PATCH v2] kbuild: rust: move rust/target.json to scripts/

From: Miguel Ojeda
Date: Sat Jan 07 2023 - 10:48:03 EST


On Sat, Jan 7, 2023 at 10:46 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> wrote:
>
> +hostprogs += generate_rust_target

I see that with the cleanup now we can also rely on Kbuild triggering
it from the `target.json` prerequisite. Nice!

Do you want to take it through kbuild or rust?

Reviewed-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Tested-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Cheers,
Miguel