Lines Matching refs:sort
1159 vmlinux-alldirs := $(sort $(vmlinux-dirs) Documentation \
1185 export KBUILD_ALLDIRS := $(sort $(filter-out arch/%,$(vmlinux-alldirs)) LICENSES arch include scripts tools)
1225 $(sort $(vmlinux-deps) $(subdir-modorder)): descend ;
1596 boards := $(sort $(notdir $(boards)))
1598 board-dirs := $(sort $(notdir $(board-dirs:/=)))
1710 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1821 single-ko := $(sort $(filter %.ko, $(MAKECMDGOALS)))
1822 single-no-ko := $(sort $(patsubst %.ko,%.mod, $(MAKECMDGOALS)))
1939 -name '*.[hcS]' -type f -print | sort \
1944 -name '*.[hcS]' -type f -print | sort \
2000 existing-targets := $(wildcard $(sort $(targets)))