Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A DMakefile.userprogs19 user_ccflags = -Wp,-MMD,$(depfile) $(KBUILD_USERCFLAGS) $(userccflags) \
/openbmc/linux/
H A DMakefile453 KBUILD_USERCFLAGS := $(KBUILD_USERHOSTCFLAGS) $(USERCFLAGS) macro
609 export KBUILD_USERCFLAGS KBUILD_USERLDFLAGS
1057 KBUILD_USERCFLAGS += $(filter -m32 -m64 --target=%, $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst916 the options specified in $(KBUILD_USERCFLAGS).