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

/build/core/
H A Dproduct_config.mk107 TARGET_PRODUCT := $(word 1,$(product_goals)) macro
117 # which really means TARGET_PRODUCT=dream make installclean.
175 # We need to do this to translate TARGET_PRODUCT into its
205 $(if $(filter $(TARGET_PRODUCT),$(_cpm_word1)),\
208 $(if $(filter $(TARGET_PRODUCT),$(basename $(notdir $(f)))),\
222 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
225 $(error Product "$(TARGET_PRODUCT)" ambiguous: matches $(current_product_makefile))
241 INTERNAL_PRODUCT := $(call resolve-short-product-name, $(TARGET_PRODUCT))
H A Denvsetup.mk24 ifeq ($(TARGET_PRODUCT),)
25 TARGET_PRODUCT := full macro

Completed in 5127 milliseconds