On Mon, May 23, 2022 at 11:04 AM Miguel Ojeda <[email protected]> wrote: > > Having all the new files in place, we now enable Rust support > in the build system, including `Kconfig` entries related to Rust, > the Rust configuration printer, the target specification > generation script, the version detection script and a few > other bits. > > Co-developed-by: Alex Gaynor <[email protected]> > Signed-off-by: Alex Gaynor <[email protected]> > Co-developed-by: Finn Behrens <[email protected]> > Signed-off-by: Finn Behrens <[email protected]> > Co-developed-by: Adam Bratschi-Kaye <[email protected]> > Signed-off-by: Adam Bratschi-Kaye <[email protected]> > Co-developed-by: Wedson Almeida Filho <[email protected]> > Signed-off-by: Wedson Almeida Filho <[email protected]> > Co-developed-by: Michael Ellerman <[email protected]> > Signed-off-by: Michael Ellerman <[email protected]> > Co-developed-by: Sven Van Asbroeck <[email protected]> > Signed-off-by: Sven Van Asbroeck <[email protected]> > Co-developed-by: Gary Guo <[email protected]> > Signed-off-by: Gary Guo <[email protected]> > Co-developed-by: Boris-Chengbiao Zhou <[email protected]> > Signed-off-by: Boris-Chengbiao Zhou <[email protected]> > Co-developed-by: Boqun Feng <[email protected]> > Signed-off-by: Boqun Feng <[email protected]> > Co-developed-by: Douglas Su <[email protected]> > Signed-off-by: Douglas Su <[email protected]> > Co-developed-by: Dariusz Sosnowski <[email protected]> > Signed-off-by: Dariusz Sosnowski <[email protected]> > Co-developed-by: Antonio Terceiro <[email protected]> > Signed-off-by: Antonio Terceiro <[email protected]> > Co-developed-by: Daniel Xu <[email protected]> > Signed-off-by: Daniel Xu <[email protected]> > Co-developed-by: Miguel Cano <[email protected]> > Signed-off-by: Miguel Cano <[email protected]> > Co-developed-by: David Gow <[email protected]> > Signed-off-by: David Gow <[email protected]> > Signed-off-by: Miguel Ojeda <[email protected]> > ---
> +# Rust targets > +# --------------------------------------------------------------------------- > + > +# "Is Rust available?" target > +PHONY += rustavailable > +rustavailable: > + $(Q)$(CONFIG_SHELL) $(srctree)/scripts/rust-is-available.sh -v && > echo >&2 "Rust is available!" > + Is it intentional to print the successful message to stderr? -- Best Regards Masahiro Yamada _______________________________________________ linux-um mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-um
