Searched refs:KBUILD_RUSTFLAGS (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/x86/ |
D | Makefile | 71 KBUILD_RUSTFLAGS += -Ctarget-feature=-sse,-sse2,-sse3,-ssse3,-sse4.1,-sse4.2,-avx,-avx2 164 KBUILD_RUSTFLAGS += $(rustflags-y) 168 KBUILD_RUSTFLAGS += -Cno-redzone=y 169 KBUILD_RUSTFLAGS += -Ccode-model=kernel
|
/Linux-v6.1/scripts/ |
D | Makefile.debug | 39 KBUILD_RUSTFLAGS += $(DEBUG_RUSTFLAGS)
|
D | Makefile.lib | 11 KBUILD_RUSTFLAGS += $(subdir-rustflags-y) 136 $(KBUILD_RUSTFLAGS) $(rustflags-y)) \
|
/Linux-v6.1/ |
D | Makefile | 568 KBUILD_RUSTFLAGS := $(rust_common_flags) \ macro 613 export KBUILD_RUSTFLAGS RUSTFLAGS_KERNEL RUSTFLAGS_MODULE 825 KBUILD_RUSTFLAGS += -Copt-level=2 828 KBUILD_RUSTFLAGS += -Copt-level=s 833 KBUILD_RUSTFLAGS += -Cdebug-assertions=$(if $(CONFIG_RUST_DEBUG_ASSERTIONS),y,n) 834 KBUILD_RUSTFLAGS += -Coverflow-checks=$(if $(CONFIG_RUST_OVERFLOW_CHECKS),y,n) 865 KBUILD_RUSTFLAGS-$(CONFIG_WERROR) += -Dwarnings 866 KBUILD_RUSTFLAGS += $(KBUILD_RUSTFLAGS-y) 888 KBUILD_RUSTFLAGS += -Cforce-frame-pointers=y 1100 KBUILD_RUSTFLAGS += $(KRUSTFLAGS)
|
/Linux-v6.1/Documentation/kbuild/ |
D | makefiles.rst | 1190 KBUILD_RUSTFLAGS 1196 Often, the KBUILD_RUSTFLAGS variable depends on the configuration.
|