Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/mips/
H A DMakefile297 # passing 'KBUILD_SYM32=no' option to the make's command line.
300 ifndef KBUILD_SYM32
302 KBUILD_SYM32 = y macro
306 ifeq ($(KBUILD_SYM32), y)
307 cflags-$(KBUILD_SYM32) += -msym32 -DKBUILD_64BIT_SYM32
/kernel/linux/linux-5.10/arch/mips/
H A DMakefile270 # passing 'KBUILD_SYM32=no' option to the make's command line.
273 ifndef KBUILD_SYM32
275 KBUILD_SYM32 = y macro
279 ifeq ($(KBUILD_SYM32)$(call cc-option-yn,-msym32), yy)

Completed in 2 milliseconds