Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/
DMakefile298 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