Searched refs:sort (Results 1 – 10 of 10) sorted by relevance
| /scripts/ |
| A D | Makefile.host | 24 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m)) 25 host-cshlib := $(sort $(hostlibs-y) $(hostlibs-m)) 26 host-cxxshlib := $(sort $(hostcxxlibs-y) $(hostcxxlibs-m)) 42 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs))) 50 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs))) 53 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs)))) 54 host-cxxshobjs := $(sort $(foreach m,$(host-cxxshlib),$($(m:.so=-objs))))
|
| A D | Makefile.lib | 21 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m))) 42 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 47 multi-search = $(sort $(foreach m, $1, $(if $(call suffix-search, $m, $2, $3 -), $m))) 52 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 53 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 55 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m))) 113 modname-multi = $(subst $(space),:,$(sort $(foreach m,$(multi-used),\
|
| A D | Makefile.clean | 29 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 30 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
|
| A D | gen_ll_addressable_symbols.sh | 15 -e '__stack_chk_guard' | sort -u | \
|
| A D | get_default_envs.sh | 39 tr '\0' '\n' < ${ENV_OBJ_FILE_COPY} | sed -e '/^\s*$/d' | sort --field-separator== -k1,1 --stable
|
| A D | mailmapper | 159 output_lines.sort()
|
| A D | Makefile.build | 415 $(sort $(subdir-obj-y)): $(subdir-ym) ; 524 existing-targets := $(wildcard $(sort $(targets))) 529 obj-dirs := $(sort $(obj) $(patsubst %/,%, $(dir $(targets)))) 531 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets))))
|
| A D | coccicheck | 251 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
| A D | Makefile.xpl | 543 $(sort $(u-boot-spl-init) $(u-boot-spl-main)): $(u-boot-spl-dirs) ; 562 targets := $(wildcard $(sort $(targets)))
|
| /scripts/dtc/ |
| A D | dtc.c | 173 bool force = false, sort = false; in main() local 245 sort = true; in main() 339 if (sort) in main()
|
Completed in 13 milliseconds