Home
last modified time | relevance | path

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

/linux/scripts/
H A DMakefile.userprogs19 user_ccflags = -Wp,-MMD,$(depfile) $(KBUILD_USERCFLAGS) $(userccflags) \
H A DMakefile.warn208 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)) -std=c++98
/linux/
H A DMakefile473 KBUILD_USERCFLAGS := $(KBUILD_USERHOSTCFLAGS) $(USERCFLAGS) macro
653 export KBUILD_USERCFLAGS KBUILD_USERLDFLAGS
1273 KBUILD_USERCFLAGS += $(CONFIG_ARCH_USERFLAGS)
1280 KBUILD_USERCFLAGS += $(filter $(USERFLAGS_FROM_KERNEL), $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS))