Lines Matching refs:prefix
67 # A simple variant is to prefix commands with $(Q) - that's useful
226 extmod-prefix = $(if $(KBUILD_EXTMOD),$(KBUILD_EXTMOD)/)
362 # CROSS_COMPILE specify the prefix used for all executables used
368 # Default value for CROSS_COMPILE is not to prefix executables
569 CLANG_FLAGS += --prefix=$(GCC_TOOLCHAIN_DIR)$(notdir $(CROSS_COMPILE))
678 RETPOLINE_CFLAGS += $(call cc-option,-mindirect-branch-cs-prefix)
913 KBUILD_LDFLAGS += --thinlto-cache-dir=$(extmod-prefix).thinlto-cache
990 KBUILD_CPPFLAGS += $(call cc-option,-fmacro-prefix-map=$(srctree)/=)
1056 # INSTALL_DTBS_PATH specifies a prefix for relocations required by build roots.
1063 # INSTALL_MOD_PATH specifies a prefix to MODLIB for module directory
1149 export MODORDER := $(extmod-prefix)modules.order
1150 export MODULES_NSDEPS := $(extmod-prefix)modules.nsdeps
1784 compile_commands.json: $(extmod-prefix)compile_commands.json
1837 $(Q){ $(foreach m, $(single-ko), echo $(extmod-prefix)$m;) } > $(MODORDER)
1842 export KBUILD_SINGLE_TARGETS := $(addprefix $(extmod-prefix), $(single-no-ko))
1911 $(extmod-prefix)compile_commands.json: scripts/clang-tools/gen_compile_commands.py \
1916 targets += $(extmod-prefix)compile_commands.json
1924 clang-tidy clang-analyzer: $(extmod-prefix)compile_commands.json