Searched refs:yn (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/arch/mips/ |
D | Makefile | 60 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/ |
D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/Linux-v6.6/scripts/ |
D | Makefile.compiler | 56 cc-option-yn = $(call try-run,\
|
/Linux-v6.6/arch/x86/ |
D | Makefile_32.cpu | 3 # Must change only cflags-y (or [yn]), not CFLAGS! That makes a difference for UML.
|
/Linux-v6.6/arch/powerpc/ |
D | Makefile | 13 HAS_BIARCH := $(call cc-option-yn, -m32) 106 ifeq ($(call cc-option-yn,-mcmodel=medium),y)
|
/Linux-v6.6/drivers/input/joystick/ |
D | as5011.c | 199 error = as5011_i2c_write(client, AS5011_YN, plat_dat->yn); in as5011_configure_chip()
|
/Linux-v6.6/ |
D | Makefile | 902 ifeq ($(call cc-option-yn, -mnop-mcount),y) 921 ifeq ($(call cc-option-yn, -mfentry),y)
|
/Linux-v6.6/Documentation/kbuild/ |
D | makefiles.rst | 580 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/ |
D | Makefile | 97 ifeq ($(call cc-option-yn, -fstack-protector),y)
|