aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2020-02-26 10:21:19 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-02-26 10:21:19 +0000
commit7c72beae11d9e3f00b4921024fb0e07fe908363f (patch)
tree7ef48f12eb7fd6b2092a6afff88d405d0c08f881 /Makefile
parent8d48810f56ce707fc87316a5531dbbfb6db72620 (diff)
parentb890b36d1d8649f67b8524162d32b7b5f4fc4351 (diff)
downloadtrusted-firmware-a-7c72beae11d9e3f00b4921024fb0e07fe908363f.tar.gz
Merge "tools: Small improvement to print_memory_map script" into integration
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 39e8a0046f..03f9fc6d88 100644
--- a/Makefile
+++ b/Makefile
@@ -779,6 +779,7 @@ $(eval $(call assert_boolean,GENERATE_COT))
$(eval $(call assert_boolean,GICV2_G0_FOR_EL3))
$(eval $(call assert_boolean,HANDLE_EA_EL3_FIRST))
$(eval $(call assert_boolean,HW_ASSISTED_COHERENCY))
+$(eval $(call assert_boolean,INVERTED_MEMMAP))
$(eval $(call assert_boolean,MEASURED_BOOT))
$(eval $(call assert_boolean,NS_TIMER_SWITCH))
$(eval $(call assert_boolean,OVERRIDE_LIBC))
@@ -1120,7 +1121,7 @@ romlib.bin: libraries
# Call print_memory_map tool
memmap: all
- ${Q}${PYTHON} $(PRINT_MEMORY_MAP) $(BUILD_PLAT)
+ ${Q}${PYTHON} ${PRINT_MEMORY_MAP} ${BUILD_PLAT} ${INVERTED_MEMMAP}
doc:
@echo " BUILD DOCUMENTATION"