Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/
DMakefile60 ifeq ($(call cc-option-yn,-mmcount-ra-address), y)
237 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips)
241 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips)
245 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa)
248 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt)
254 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa)
256 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc)
258 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp)
260 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv)
/Linux-v6.6/include/linux/input/
Das5011.h14 char yp, yn; /* threshold for y axis */ member
/Linux-v6.6/scripts/
DMakefile.compiler56 cc-option-yn = $(call try-run,\
/Linux-v6.6/arch/x86/
DMakefile_32.cpu3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
/Linux-v6.6/arch/powerpc/
DMakefile13 HAS_BIARCH := $(call cc-option-yn, -m32)
106 ifeq ($(call cc-option-yn,-mcmodel=medium),y)
/Linux-v6.6/drivers/input/joystick/
Das5011.c199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
/Linux-v6.6/
DMakefile902 ifeq ($(call cc-option-yn, -mnop-mcount),y)
921 ifeq ($(call cc-option-yn, -mfentry),y)
/Linux-v6.6/Documentation/kbuild/
Dmakefiles.rst580 cc-option-yn
581 cc-option-yn is used to check if gcc supports a given option
587 biarch := $(call cc-option-yn, -m32)
596 Note: cc-option-yn uses KBUILD_CFLAGS for $(CC) options
/Linux-v6.6/arch/powerpc/boot/
DMakefile97 ifeq ($(call cc-option-yn, -fstack-protector),y)