Searched refs:yn (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/arch/mips/ |
D | Makefile | 60 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/ |
D | perf-archive.sh | 58 read -p 'Do you wish to overwrite them? ' yn 59 case $yn in
|
/linux-6.12.1/scripts/ |
D | Makefile.compiler | 56 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/ |
D | as5011.h | 13 char yp, yn; /* threshold for y axis */ member
|
/linux-6.12.1/arch/x86/ |
D | Makefile_32.cpu | 3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
|
/linux-6.12.1/drivers/input/joystick/ |
D | as5011.c | 199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
|
/linux-6.12.1/arch/powerpc/ |
D | Makefile | 24 HAS_BIARCH := $(call cc-option-yn, -m32)
|
/linux-6.12.1/ |
D | Makefile | 884 ifeq ($(call cc-option-yn, -mnop-mcount),y) 903 ifeq ($(call cc-option-yn, -mfentry),y)
|
/linux-6.12.1/arch/powerpc/boot/ |
D | Makefile | 95 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/linux-6.12.1/Documentation/kbuild/ |
D | makefiles.rst | 580 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
|