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
631 # $(1): tag list
632 define modules-for-tag-list
633 $(sort $(foreach tag,$(1),$(ALL_MODULE_TAGS.$(tag))))
636 # Same as modules-for-tag-list, but operates on
638 # $(1): tag list
639 define module-names-for-tag-list
640 $(sort $(foreach tag,
[all...]

Completed in 38 milliseconds