Lines Matching refs:filter
98 ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4
99 ifneq ($(filter %s ,$(firstword x$(MAKEFLAGS))),)
103 ifneq ($(filter s% -s%,$(MAKEFLAGS)),)
153 $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
158 -f $(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS))
324 #ifneq ($(filter all _all modules,$(MAKECMDGOALS)),)
442 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
443 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
449 ifneq ($(filter config %config,$(MAKECMDGOALS)),)
464 $(filter-out __build_one_by_one, $(MAKECMDGOALS)): __build_one_by_one
721 u-boot-dirs := $(patsubst %/,%,$(filter %/, $(libs-y))) tools examples
723 u-boot-alldirs := $(sort $(u-boot-dirs) $(patsubst %/,%,$(filter %/, $(libs-))))
862 cmd_cat = cat $(filter-out $(PHONY), $^) > $@
864 append = cat $(filter-out $< $(PHONY), $^) >> $@
1170 $(filter-out FORCE,$^) -o $@
1318 $(filter-out tools, $(u-boot-dirs)): tools
1321 examples: $(filter-out examples, $(u-boot-dirs))
1536 $(filter-out include, $(shell ls -1 $d 2>/dev/null))))
1689 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@)))