Searched refs:BUILD_BASE (Results 1 – 7 of 7) sorted by relevance
14 BUILD_PLAT := $(abspath ${BUILD_BASE})/${PLAT}/${TARGET_BOARD}/${BUILD_TYPE}
56 BUILD_PLAT := ${BUILD_BASE}/${PLAT}/${TARGET_SOC}/${BUILD_TYPE}
39 BUILD_BASE=<path to the build folder> \
500 ifeq (${BUILD_BASE},)501 BUILD_BASE := ./build macro503 BUILD_PLAT := $(abspath ${BUILD_BASE})/${PLAT}/${BUILD_TYPE}1334 $(call SHELL_REMOVE_DIR,${BUILD_BASE})
135 - ``BUILD_BASE``: Output directory for the build. Defaults to ``./build``
Completed in 12 milliseconds