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) 210 smartmips-ase := $(call cc-option-yn,$(mips-cflags) -msmartmips) 214 micromips-ase := $(call cc-option-yn,$(mips-cflags) -mmicromips) 218 toolchain-msa := $(call cc-option-yn,$(mips-cflags) -mhard-float -mfp64 -Wa$(comma)-mmsa) 221 toolchain-virt := $(call cc-option-yn,$(mips-cflags) -mvirt) 227 toolchain-xpa := $(call cc-option-yn,$(xpa-cflags-y) -mxpa) 229 toolchain-crc := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mcrc) 231 toolchain-dsp := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mdsp) 233 toolchain-ginv := $(call cc-option-yn,$(mips-cflags) -Wa$(comma)-mginv) 281 ifeq ($(KBUILD_SYM32)$(call cc-option-yn,-msym32), yy)
|
/linux/include/linux/input/ |
A D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/linux/scripts/ |
A D | Makefile.compiler | 56 cc-option-yn = $(call try-run,\
|
/linux/arch/mips/sgi-ip22/ |
A D | Platform | 27 ifeq ($(call cc-option-yn,-march=r10000 -mr10k-cache-barrier=store), n)
|
/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/arch/powerpc/ |
A D | Makefile | 13 HAS_BIARCH := $(call cc-option-yn, -m32) 127 ifeq ($(call cc-option-yn,-mcmodel=medium),y)
|
/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/boot/ |
A D | Makefile | 68 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/linux/ |
A D | Makefile | 853 ifeq ($(call cc-option-yn, -mnop-mcount),y) 870 ifeq ($(call cc-option-yn, -mfentry),y)
|
/linux/Documentation/kbuild/ |
A D | makefiles.rst | 655 cc-option-yn 656 cc-option-yn is used to check if gcc supports a given option 662 biarch := $(call cc-option-yn, -m32) 670 Note: cc-option-yn uses KBUILD_CFLAGS for $(CC) options
|
Completed in 18 milliseconds