Searched refs:BUILD_BASE (Results 1 – 5 of 5) sorted by relevance
26 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> \
224 ifeq (${BUILD_BASE},)225 BUILD_BASE := ./build macro227 BUILD_PLAT := $(abspath ${BUILD_BASE})/${PLAT}/${BUILD_TYPE}1117 $(q)rm -rf $(BUILD_BASE)1250 …oetry run )${MAKE} --no-print-directory -C ${DOCS_PATH} BUILDDIR=$(abspath ${BUILD_BASE}/docs) html
158 - ``BUILD_BASE``: Output directory for the build. Defaults to ``./build``