Searched refs:sort (Results 1 – 18 of 18) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | Makefile.host | 33 __hostprogs := $(sort $(hostprogs-y) $(hostprogs-m)) 44 host-cobjs := $(sort $(foreach m,$(__hostprogs),$($(m)-objs))) 52 host-cxxobjs := $(sort $(foreach m,$(host-cxxmulti),$($(m)-cxxobjs))) 56 host-cshlib := $(sort $(filter %.so, $(host-cobjs))) 61 host-cshobjs := $(sort $(foreach m,$(host-cshlib),$($(m:.so=-objs)))) 75 host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
|
| H A 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))) 160 modname-multi = $(sort $(foreach m,$(multi-used),\
|
| H A D | diffconfig | 105 old.sort() 117 changed.sort() 125 new.sort()
|
| H A D | Makefile.fwinst | 30 installed-fw-dirs := $(sort $(dir $(installed-fw))) $(INSTALL_FW_PATH)/. 67 targets := $(wildcard $(sort $(targets)))
|
| H A D | Makefile.clean | 33 subdir-ym := $(sort $(subdir-y) $(subdir-m)) 34 subdir-ymn := $(sort $(subdir-ym) $(subdir-n) $(subdir-))
|
| H A D | Makefile.modpost | 63 __modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod))) 142 targets := $(wildcard $(sort $(targets)))
|
| H A D | Makefile.headersinst | 22 header-y := $(sort $(header-y)) 101 targets := $(wildcard $(sort $(targets)))
|
| H A D | Makefile.build | 359 $(sort $(subdir-obj-y)): $(subdir-ym) ; 455 targets := $(wildcard $(sort $(targets)))
|
| H A D | checkkconfigsymbols.sh | 59 done|sort
|
| H A D | Makefile.modinst | 12 __modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
|
| H A D | coccicheck | 101 for f in `find $srctree/scripts/coccinelle/ -name '*.cocci' -type f | sort`; do
|
| H A D | Makefile.modbuiltin | 30 subdir-ym := $(sort $(subdir-y) $(subdir-Y) $(subdir-m))
|
| H A D | bloat-o-meter | 55 delta.sort()
|
| H A D | gen_initramfs_list.sh | 92 my_mtime=$(find "$1" -printf "%T@\n" | sort -r | head -n 1)
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/dtc/ |
| H A D | dtc.c | 102 int force = 0, check = 0, sort = 0; in main() local 165 sort = 1; in main() 206 if (sort) in main()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | Makefile | 94 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | bspOneUtopia.dxyfile | 395 # will sort the (detailed) documentation of file and class members 401 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 408 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
|
| H A D | bsp.dxyfile | 394 # will sort the (detailed) documentation of file and class members 400 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 407 # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
|