Searched refs:DIST_DIR (Results 1 – 2 of 2) sorted by relevance
6 DIST_DIR?=$(ANDROID_BUILD_TOP)/out/dist macro14 all: $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin16 $(DIST_DIR)/fip.bin:25 mkdir -p $(DIST_DIR) && \29 cp $(EDK2_DIR)/Build/HiKey/$(TARGET)_GCC49/FV/fip.bin $(DIST_DIR)/31 $(DIST_DIR)/l-loader.bin: $(DIST_DIR)/fip.bin35 mv l-loader.bin $(DIST_DIR)/38 …rm -rf $(DIST_DIR)/fip.bin $(DIST_DIR)/l-loader.bin $(ANDROID_BUILD_TOP)/$(PRODUCT_OUT)/obj/uefi $…
32 if [ -z "${DIST_DIR}" ]; then33 DIST_DIR="${ANDROID_BUILD_TOP}"/out/dist40 --use-compiled-binaries) FIRMWARE_DIR="${DIST_DIR}";shift;;45 if [[ "${FIRMWARE_DIR}" == "${DIST_DIR}" && ! -e "${DIST_DIR}"/fip.bin && ! -e "${DIST_DIR}"/l-load…46 echo "No binaries found at ${DIST_DIR}. Please build the bootloader first"