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

/build/core/
H A Ddevice.mk51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
72 # $(1): short device name like "sooner"
74 define resolve-short-device-name
75 $(strip $(call _resolve-short-device-name,$(1)))
H A Dproduct.mk226 # $(1): short product name like "generic"
228 define _resolve-short-product-name
245 define resolve-short-product-name
246 $(strip $(call _resolve-short-product-name,$(1)))
/build/make/core/
H A Ddevice.mk51 # $(1): short device name like "sooner"
53 define _resolve-short-device-name
72 # $(1): short device name like "sooner"
74 define resolve-short-device-name
75 $(strip $(call _resolve-short-device-name,$(1)))
H A Dproduct.mk226 # $(1): short product name like "generic"
228 define _resolve-short-product-name
245 define resolve-short-product-name
246 $(strip $(call _resolve-short-product-name,$(1)))

Completed in 493 milliseconds