Home
last modified time | relevance | path

Searched full:rustflags (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/scripts/
DMakefile.compiler87 # Usage: rustflags-y += $(call rustc-option,-Cinstrument-coverage,-Zinstrument-coverage)
DMakefile.lib6 KBUILD_RUSTFLAGS += $(subdir-rustflags-y)
115 $(filter-out $(rustflags-remove-y), \
116 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
DMakefile.build25 rustflags-y :=
/linux-6.15/Documentation/kbuild/
Dmakefiles.rst679 rustflags-$(call rustc-min-version, 108500) := -Cfoo
681 In this example, rustflags-y will be assigned the value -Cfoo if
/linux-6.15/
DMakefile1094 # Add user supplied CPPFLAGS, AFLAGS, CFLAGS and RUSTFLAGS as the last assignments