Merge "fix(arm): create build directory before key generation" into integration

This commit is contained in:
Manish V Badarkhe 2025-02-05 11:46:46 +01:00 committed by TrustedFirmware Code Review
commit c0893d3fff

View file

@ -67,7 +67,7 @@ ifdef ROT_KEY
PK_PREREQUISITES = $(ROT_KEY) FORCE
endif
$(ARM_ROTPK) : $(PK_PREREQUISITES)
$(ARM_ROTPK) : $(PK_PREREQUISITES) | $$(@D)/
ifndef ROT_KEY
$(error Cannot generate public key: no ROT_KEY defined)
endif