Lines Matching defs:no
143 MAKEFLAGS += --no-print-directory
196 MAKEFLAGS += --no-print-directory
263 no-dot-config-targets := $(clean-targets) \
268 no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \
278 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
279 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
284 ifneq ($(filter $(no-sync-config-targets), $(MAKECMDGOALS)),)
285 ifeq ($(filter-out $(no-sync-config-targets), $(MAKECMDGOALS)),)
576 CLANG_FLAGS += -no-integrated-as
660 # The all: target is the default when no target is given on the
1014 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
1043 # Default kernel image to build when no specific target is given.
1224 # make sure no implicit rule kicks in
1355 # Deprecated. It is no-op now.
1745 # read-only, and no consistency checks are made and the make
1801 # no-op for external module builds
1822 single-no-ko := $(sort $(patsubst %.ko,%.mod, $(MAKECMDGOALS)))
1826 $(single-no-ko): descend
1836 single_modpost: $(single-no-ko) modules_prepare
1842 export KBUILD_SINGLE_TARGETS := $(addprefix $(extmod-prefix), $(single-no-ko))