Home
last modified time | relevance | path

Searched refs:yn (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/arch/mips/
DMakefile60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y)
235 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
239 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
243 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
246 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
252 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
254 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
256 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
258 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
300 KBUILD_SYM32 = $(call cc-option-yn, -msym32)
/linux-6.12.1/tools/perf/
Dperf-archive.sh58 read -p 'Do you wish to overwrite them? ' yn
59 case $yn in
/linux-6.12.1/scripts/
DMakefile.compiler56 cc-option-yn = $(if $(call cc-option,$1),y,n)
89 rustc-option-yn = $(if $(call rustc-option,$1),y,n)
/linux-6.12.1/include/linux/input/
Das5011.h13 char yp, yn; /* threshold for y axis */ member
/linux-6.12.1/arch/x86/
DMakefile_32.cpu3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
/linux-6.12.1/drivers/input/joystick/
Das5011.c199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
/linux-6.12.1/arch/powerpc/
DMakefile24 HAS_BIARCH := $(call cc-option-yn, -m32)
/linux-6.12.1/
DMakefile884 ifeq ($(call cc-option-yn, -mnop-mcount),y)
903 ifeq ($(call cc-option-yn, -mfentry),y)
/linux-6.12.1/arch/powerpc/boot/
DMakefile95 ifeq ($(call cc-option-yn, -fstack-protector),y)
/linux-6.12.1/Documentation/kbuild/
Dmakefiles.rst580 cc-option-yn
581 cc-option-yn is used to check if $(CC) supports a given option
587 biarch := $(call cc-option-yn, -m32)
596 Note: cc-option-yn uses KBUILD_CFLAGS for $(CC) options