mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
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
This commit is contained in:
parent
115ab63872
commit
4d32f9138d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1058,6 +1058,7 @@ PYTHON ?= python3
|
||||||
# Variables for use with PRINT_MEMORY_MAP
|
# Variables for use with PRINT_MEMORY_MAP
|
||||||
PRINT_MEMORY_MAP_PATH ?= tools/memory
|
PRINT_MEMORY_MAP_PATH ?= tools/memory
|
||||||
PRINT_MEMORY_MAP ?= ${PRINT_MEMORY_MAP_PATH}/print_memory_map.py
|
PRINT_MEMORY_MAP ?= ${PRINT_MEMORY_MAP_PATH}/print_memory_map.py
|
||||||
|
INVERTED_MEMMAP ?= 0
|
||||||
|
|
||||||
# Variables for use with documentation build using Sphinx tool
|
# Variables for use with documentation build using Sphinx tool
|
||||||
DOCS_PATH ?= docs
|
DOCS_PATH ?= docs
|
||||||
|
|
Loading…
Add table
Reference in a new issue