From 61c70c17bf42380bd7f4fde1402f665768f20aed Mon Sep 17 00:00:00 2001 From: Chris Kay Date: Tue, 4 Mar 2025 17:12:44 +0000 Subject: [PATCH] build: ensure dependencies are installed for `memmap` target The `memmap` build system target was recently migrated over to an independent Poetry project, but its build system target was not updated to install its dependencies. Change-Id: If46e2a4609d47467cac07426c1cde65e2e0944cb Signed-off-by: Chris Kay --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7fd8d0c85..4368279a2 100644 --- a/Makefile +++ b/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