Searched refs:sort (Results 1 – 23 of 23) sorted by relevance
/scripts/ |
D | Makefile.host | 23 __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))))
|
D | Makefile.lib | 23 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),\
|
D | Makefile.fwinst | 31 firmware-dirs := $(sort $(addprefix $(objtree)/$(obj)/,$(dir $(fw-external-y) $(fw-shipped-all)))) 65 targets := $(wildcard $(sort $(targets)))
|
D | Makefile.clean | 28 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 29 subdir-ymn := $(sort $(subdir-ym) $(subdir-))
|
D | diffconfig | 108 old.sort() 120 changed.sort()
|
D | Makefile.modpost | 63 MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u 142 targets := $(wildcard $(sort $(targets)))
|
D | xen-hypercalls.sh | 12 print "HYPERCALL("substr(v[i], 14)")"}' | sort -u >$out
|
D | stackusage | 31 sort -k3,3nr > "${outfile}"
|
D | gcc-ld | 18 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
|
D | Makefile.modsign | 10 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
|
D | Makefile.modinst | 12 __modules := $(sort $(shell grep -h '\.ko$$' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
|
D | checksyscalls.sh | 204 grep '^[0-9]' "$1" | sort -n | (
|
D | Makefile.headersinst | 28 header-y := $(sort $(header-y)) 129 targets := $(wildcard $(sort $(targets)))
|
D | depmod.sh | 32 later=$(printf '%s\n' "$version" "3.13" | sort -V | tail -n 1)
|
D | ver_linux | 182 sort /proc/modules |
|
D | Makefile.modbuiltin | 30 subdir-ym := $(sort $(subdir-y) $(subdir-Y) $(subdir-m))
|
D | bloat-o-meter | 58 delta.sort()
|
D | coccicheck | 174 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
D | gen_initramfs_list.sh | 92 my_mtime=$(find "$1" -printf "%T@\n" | sort -r | head -n 1)
|
D | Makefile.build | 407 $(sort $(subdir-obj-y)): $(subdir-ym) ; 501 targets := $(wildcard $(sort $(targets)))
|
/scripts/dtc/ |
D | dtc.c | 176 bool force = false, sort = false; in main() local 248 sort = true; in main() 339 if (sort) in main()
|
D | dtx_diff | 31 -u unsorted, do not sort DTx
|
/scripts/kconfig/ |
D | Makefile | 74 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
|