Home
last modified time | relevance | path

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

/linux/scripts/
H A DMakefile.userprogs19 user_ccflags = -Wp,-MMD,$(depfile) $(KBUILD_USERCFLAGS) $(userccflags) \
H A DMakefile.warn218 KBUILD_USERCFLAGS += -Werror
/linux/usr/include/
H A DMakefile12 override c_flags = $(KBUILD_USERCFLAGS) $(UAPI_CFLAGS) -Wp,-MMD,$(depfile)
13 cxx_flags = $(filter-out -Wmissing-prototypes -Wstrict-prototypes -std=%, $(KBUILD_USERCFLAGS)) -st…
/linux/
H A DMakefile471 KBUILD_USERCFLAGS := $(KBUILD_USERHOSTCFLAGS) $(USERCFLAGS) macro
642 export KBUILD_USERCFLAGS KBUILD_USERLDFLAGS
1219 KBUILD_USERCFLAGS += $(CONFIG_ARCH_USERFLAGS)
1226 KBUILD_USERCFLAGS += $(filter $(USERFLAGS_FROM_KERNEL), $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))
/linux/Documentation/kbuild/
H A Dmakefiles.rst945 the options specified in $(KBUILD_USERCFLAGS).