mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00
Merge "build: ensure dependencies are installed for memmap
target" into integration
This commit is contained in:
commit
bbfcaeef2b
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -1777,6 +1777,7 @@ $(BUILD_PLAT)/romlib/romlib.bin $(BUILD_PLAT)/lib/libwrappers.a $&: $(BUILD_PLAT
|
|||
$(q)${MAKE} PLAT_DIR=${PLAT_DIR} BUILD_PLAT=${BUILD_PLAT} ENABLE_BTI=${ENABLE_BTI} CRYPTO_SUPPORT=${CRYPTO_SUPPORT} ARM_ARCH_MINOR=${ARM_ARCH_MINOR} INCLUDES=$(call escape-shell,$(INCLUDES)) DEFINES=$(call escape-shell,$(DEFINES)) --no-print-directory -C ${ROMLIBPATH} all
|
||||
|
||||
memmap: all
|
||||
$(if $(host-poetry),$(q)poetry -q install)
|
||||
$(q)$(if $(host-poetry),poetry run )memory -sr ${BUILD_PLAT}
|
||||
|
||||
tl: ${BUILD_PLAT}/tl.bin
|
||||
|
|
Loading…
Add table
Reference in a new issue