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

/build/core/
H A Ddevice.mk34 # $(1): device to inherit
36 define inherit-device
H A Dproduct.mk174 # $(1): product to inherit
181 define inherit-product
196 # Do inherit-product only if $(1) exists
198 define inherit-product-if-exists
199 $(if $(wildcard $(1)),$(call inherit-product,$(1)),)
H A Ddefinitions.mk2938 define inherit-package
2939 $(eval $(call inherit-package-internal,$(1),$(2),$(3),$(4),$(5),$(6),$(7)))
2942 define inherit-package-internal
2950 # To be used with inherit-package above
/build/make/core/
H A Ddevice.mk34 # $(1): device to inherit
36 define inherit-device
H A Dproduct.mk174 # $(1): product to inherit
181 define inherit-product
196 # Do inherit-product only if $(1) exists
198 define inherit-product-if-exists
199 $(if $(wildcard $(1)),$(call inherit-product,$(1)),)
H A Ddefinitions.mk2938 define inherit-package
2939 $(eval $(call inherit-package-internal,$(1),$(2),$(3),$(4),$(5),$(6),$(7)))
2942 define inherit-package-internal
2950 # To be used with inherit-package above

Completed in 69 milliseconds