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