Home
last modified time | relevance | path

Searched refs:RUSTC_OR_CLIPPY (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/rust/
DMakefile324 $(RUSTC_OR_CLIPPY) $(rust_common_flags) \
340 $(if $(skip_clippy),$(RUSTC),$(RUSTC_OR_CLIPPY)) \
/linux-6.1.9/
DMakefile589 RUSTC_OR_CLIPPY = $(CLIPPY_DRIVER) macro
592 RUSTC_OR_CLIPPY = $(RUSTC) macro
603 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO
/linux-6.1.9/scripts/
DMakefile.build281 RUST_MODFILE=$(modfile) $(RUSTC_OR_CLIPPY) $(rust_flags) \