Lines Matching defs:no
64 # "quiet_cmd_*". If defined, the short log is printed. Otherwise, no log from
212 no-print-directory := --no-print-directory
218 ifeq ($(filter --no-print-directory, $(MAKEFLAGS)),)
219 # If --no-print-directory is unset, recurse once again to set it.
234 $(Q)$(MAKE) $(no-print-directory) -C $(abs_objtree) \
275 no-dot-config-targets := $(clean-targets) \
282 no-compiler-targets := $(no-dot-config-targets) install dtbs_install \
284 no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \
295 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
296 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
301 ifneq ($(filter $(no-compiler-targets), $(MAKECMDGOALS)),)
302 ifeq ($(filter-out $(no-compiler-targets), $(MAKECMDGOALS)),)
307 ifneq ($(filter $(no-sync-config-targets), $(MAKECMDGOALS)),)
308 ifeq ($(filter-out $(no-sync-config-targets), $(MAKECMDGOALS)),)
751 # The all: target is the default when no target is given on the
1039 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
1070 # Default kernel image to build when no specific target is given.
1168 # make sure no implicit rule kicks in
1710 # Using the singular to avoid running afoul of `no-dot-config-targets`.
1765 # read-only, and no consistency checks are made and the make
1883 single-no-ko := $(filter-out $(single-ko), $(MAKECMDGOALS)) \
1888 $(single-no-ko): $(build-dir)
1893 single_modules: $(single-no-ko) modules_prepare
1901 single-goals := $(addprefix $(build-dir)/, $(single-no-ko))