summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2023-04-24 13:31:27 +0200
committerYann Gautier <yann.gautier@st.com>2023-05-03 13:36:02 +0200
commit4d32f9138d61719bbaab57fdd853877a7e06b1cd (patch)
treebbab46e14bcd92144b9c3129962668ea15bed2db
parent115ab63872ab36f8202f4c4aab093c4e9182d4e7 (diff)
downloadarm-trusted-firmware-4d32f9138d61719bbaab57fdd853877a7e06b1cd.tar.gz
fix(build): add a default value for INVERTED_MEMMAP
It is needed to check the validity of boolean flags with the updated macro assert_boolean. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I185beb55606a4ca435d2fee2092fc61725859aa1
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7368ca59b..4ef02c6c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1058,6 +1058,7 @@ PYTHON ?= python3
# Variables for use with PRINT_MEMORY_MAP
PRINT_MEMORY_MAP_PATH ?= tools/memory
PRINT_MEMORY_MAP ?= ${PRINT_MEMORY_MAP_PATH}/print_memory_map.py
+INVERTED_MEMMAP ?= 0
# Variables for use with documentation build using Sphinx tool
DOCS_PATH ?= docs