Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/
H A DMakefile60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y)
231 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
235 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
239 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
242 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
248 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
250 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
252 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
254 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
296 KBUILD_SYM32 = $(call cc-option-yn, -msym32)
/linux-6.15/tools/perf/
H A Dperf-archive.sh58 read -p 'Do you wish to overwrite them? ' yn
59 case $yn in
/linux-6.15/scripts/
H A DMakefile.compiler56 cc-option-yn = $(if $(call cc-option,$1),y,n)
93 rustc-option-yn = $(if $(call rustc-option,$1),y,n)
/linux-6.15/include/linux/input/
H A Das5011.h13 char yp, yn; /* threshold for y axis */ member
/linux-6.15/arch/x86/
H A DMakefile_32.cpu3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
/linux-6.15/Documentation/devicetree/bindings/iio/adc/
H A Dfsl,imx25-gcq.yaml70 3: yn
/linux-6.15/drivers/input/joystick/
H A Das5011.c199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
/linux-6.15/arch/powerpc/
H A DMakefile24 HAS_BIARCH := $(call cc-option-yn, -m32)
/linux-6.15/arch/powerpc/boot/
H A DMakefile95 ifeq ($(call cc-option-yn, -fstack-protector),y)
/linux-6.15/
H A DMakefile943 ifeq ($(call cc-option-yn, -mnop-mcount),y)
962 ifeq ($(call cc-option-yn, -mfentry),y)
/linux-6.15/Documentation/kbuild/
H A Dmakefiles.rst591 cc-option-yn
592 cc-option-yn is used to check if $(CC) supports a given option
598 biarch := $(call cc-option-yn, -m32)
607 Note: cc-option-yn uses KBUILD_CFLAGS for $(CC) options