Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 23 of 23) sorted by relevance

/scripts/
DMakefile.host23 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m))
35 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs)))
43 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs)))
50 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
DMakefile.lib23 lib-y := $(filter-out $(obj-y), $(sort $(lib-y) $(lib-m)))
47 subdir-ym := $(sort $(subdir-y) $(subdir-m))
50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
53 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
175 modname-multi = $(sort $(foreach m,$(multi-used),\
DMakefile.fwinst31 firmware-dirs := $(sort $(addprefix $(objtree)/$(obj)/,$(dir $(fw-external-y) $(fw-shipped-all))))
65 targets := $(wildcard $(sort $(targets)))
DMakefile.clean28 subdir-ym := $(sort $(subdir-y) $(subdir-m))
29 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
Ddiffconfig108 old.sort()
120 changed.sort()
DMakefile.modpost63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
142 targets := $(wildcard $(sort $(targets)))
Dxen-hypercalls.sh12 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
Dstackusage31 sort -k3,3nr > "${outfile}"
Dgcc-ld18 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
DMakefile.modsign10 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
DMakefile.modinst12 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
Dchecksyscalls.sh204 grep '^[0-9]' "$1" | sort -n | (
DMakefile.headersinst28 header-y := $(sort $(header-y))
129 targets := $(wildcard $(sort $(targets)))
Ddepmod.sh32 later=$(printf '%s\n' "$version" "3.13" | sort -V | tail -n 1)
Dver_linux182 sort /proc/modules |
DMakefile.modbuiltin30 subdir-ym := $(sort $(subdir-y) $(subdir-Y) $(subdir-m))
Dbloat-o-meter58 delta.sort()
Dcoccicheck174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
Dgen_initramfs_list.sh92 my_mtime=$(find "$1" -printf "%T@\n" | sort -r | head -n 1)
DMakefile.build407 $(sort $(subdir-obj-y)): $(subdir-ym) ;
501 targets := $(wildcard $(sort $(targets)))
/scripts/dtc/
Ddtc.c176 bool force = false, sort = false; in main() local
248 sort = true; in main()
339 if (sort) in main()
Ddtx_diff31 -u unsorted, do not sort DTx
/scripts/kconfig/
DMakefile74 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \