Lines Matching refs:sort
54 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
57 subdir-ym := $(sort $(subdir-y) $(subdir-m) \
83 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m)))
137 # subdir-builtin and subdir-modorder may contain duplications. Use $(sort ...)
138 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
139 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
523 # $(sort ...) is used here to remove duplicated words and excessive spaces.
524 hostprogs := $(sort $(hostprogs))
529 # $(sort ...) is used here to remove duplicated words and excessive spaces.
530 userprogs := $(sort $(userprogs))
583 existing-targets := $(wildcard $(sort $(targets)))
588 obj-dirs := $(sort $(patsubst %/,%, $(dir $(targets))))
590 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))