Searched refs:KBUILD_SYM32 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/mips/
H A DMakefile295 # passing 'KBUILD_SYM32=no' option to the make's command line.
298 ifndef KBUILD_SYM32
300 KBUILD_SYM32 = $(call cc-option-yn, -msym32) macro
304 ifeq ($(KBUILD_SYM32), y)
305 cflags-$(KBUILD_SYM32) += -msym32 -DKBUILD_64BIT_SYM32

Completed in 127 milliseconds