Lines Matching defs:download
29 # Anything that we download must have a COMPONENT_ARCHIVE_URL{_[0-9]+} macro
48 # Templates for download variables and rules. We separate the variable
53 define download-variables
60 define download-rules
62 download:: $$(USERLAND_ARCHIVES)$$(COMPONENT_ARCHIVE$(1))
79 $(if $(findstring __BLANK__,$(GITHUB_ARCHIVE_SUFFIXES)),,$(eval $(call download-variables,)))
80 $(foreach suffix, $(URL_SUFFIXES), $(eval $(call download-variables,_$(suffix))))
83 define eval-download-rules
84 $(if $(findstring __BLANK__,$(GITHUB_ARCHIVE_SUFFIXES)),,$(eval $(call download-rules,)))
85 $(foreach suffix, $(URL_SUFFIXES), $(eval $(call download-rules,_$(suffix))))