Searched defs:tag (Results 1 - 1 of 1) sorted by relevance

/build/core/
H A Ddefinitions.mk47 # that contains all of the INSTALLED_MODULEs with that tag.
51 # of all targets for a particular tag. The top-level variable
647 # $(1): tag list
648 define modules-for-tag-list
649 $(sort $(foreach tag,$(1),$(ALL_MODULE_TAGS.$(tag))))
652 # Same as modules-for-tag-list, but operates on
654 # $(1): tag list
655 define module-names-for-tag-list
656 $(sort $(foreach tag,
[all...]

Completed in 91 milliseconds