Searched refs:yn (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/arch/mips/ |
| H A D | Makefile | 60 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 D | perf-archive.sh | 58 read -p 'Do you wish to overwrite them? ' yn 59 case $yn in
|
| /linux-6.15/scripts/ |
| H A D | Makefile.compiler | 56 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 D | as5011.h | 13 char yp, yn; /* threshold for y axis */ member
|
| /linux-6.15/arch/x86/ |
| H A D | Makefile_32.cpu | 3 # 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 D | fsl,imx25-gcq.yaml | 70 3: yn
|
| /linux-6.15/drivers/input/joystick/ |
| H A D | as5011.c | 199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
|
| /linux-6.15/arch/powerpc/ |
| H A D | Makefile | 24 HAS_BIARCH := $(call cc-option-yn, -m32)
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | Makefile | 95 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
| /linux-6.15/ |
| H A D | Makefile | 943 ifeq ($(call cc-option-yn, -mnop-mcount),y) 962 ifeq ($(call cc-option-yn, -mfentry),y)
|
| /linux-6.15/Documentation/kbuild/ |
| H A D | makefiles.rst | 591 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
|