Lines Matching refs:TARGET_DEVICE
200 # Read the product specs so we can get TARGET_DEVICE and other
212 # Boards may be defined under $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)
213 # or under vendor/*/$(TARGET_DEVICE). Search in both places, but
218 $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE)/BoardConfig.mk \
219 $(shell test -d device && find -L device -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \
220 $(shell test -d vendor && find -L vendor -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \
223 $(error No config file found for TARGET_DEVICE $(TARGET_DEVICE))
226 $(error Multiple board config files for TARGET_DEVICE $(TARGET_DEVICE): $(board_config_mk))
341 PRODUCT_OUT := $(TARGET_PRODUCT_OUT_ROOT)/$(TARGET_DEVICE)