Searched refs:BUILD_STRING (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
H A Dwindows.mk74 # the BUILD_STRING generation which uses git.
77 BUILD_STRING ?= development build macro
/device/linaro/bootloader/arm-trusted-firmware/
H A DMakefile99 ifeq (${BUILD_STRING},)
100 BUILD_STRING := $(shell git describe --always --dirty --tags 2> /dev/null) macro
102 VERSION_STRING := v${VERSION_MAJOR}.${VERSION_MINOR}(${BUILD_TYPE}):${BUILD_STRING}

Completed in 19 milliseconds