summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2022-08-11 18:02:30 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2022-08-11 18:02:30 +0200
commit8f23476e391a57ba8d6dbe781f4a5b012a117e40 (patch)
treee0e18da49b2c6c345cfd01e2b1626ed8784cbce8 /Makefile
parentf924258da7f016f685e72a71b72109de53c52541 (diff)
parentdddf4283b043ad0a81d27bd5bb2f0c647c511e11 (diff)
downloadarm-trusted-firmware-8f23476e391a57ba8d6dbe781f4a5b012a117e40.tar.gz
Merge "feat(bl): add interface to query TF-A semantic ver" into integration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5916963b5..2f426ee1c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@
#
VERSION_MAJOR := 2
VERSION_MINOR := 7
+VERSION := ${VERSION_MAJOR}.${VERSION_MINOR}
# Default goal is build all images
.DEFAULT_GOAL := all
@@ -322,7 +323,7 @@ endif
ifeq (${BUILD_STRING},)
BUILD_STRING := $(shell git describe --always --dirty --tags 2> /dev/null)
endif
-VERSION_STRING := v${VERSION_MAJOR}.${VERSION_MINOR}(${BUILD_TYPE}):${BUILD_STRING}
+VERSION_STRING := v${VERSION}(${BUILD_TYPE}):${BUILD_STRING}
ifeq (${AARCH32_INSTRUCTION_SET},A32)
TF_CFLAGS_aarch32 += -marm