Home
last modified time | relevance | path

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

/linux-6.14.4/scripts/
DMakefile.userprogs19 user_ccflags = -Wp,-MMD,$(depfile) $(KBUILD_USERCFLAGS) $(userccflags) \
/linux-6.14.4/
DMakefile466 KBUILD_USERCFLAGS := $(KBUILD_USERHOSTCFLAGS) $(USERCFLAGS) macro
625 export KBUILD_USERCFLAGS KBUILD_USERLDFLAGS
1125 KBUILD_USERCFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
/linux-6.14.4/Documentation/kbuild/
Dmakefiles.rst930 the options specified in $(KBUILD_USERCFLAGS).