mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 17:14:21 +00:00
Merge "fix(arm): create build directory before key generation" into integration
This commit is contained in:
commit
c0893d3fff
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ifdef ROT_KEY
|
||||||
PK_PREREQUISITES = $(ROT_KEY) FORCE
|
PK_PREREQUISITES = $(ROT_KEY) FORCE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(ARM_ROTPK) : $(PK_PREREQUISITES)
|
$(ARM_ROTPK) : $(PK_PREREQUISITES) | $$(@D)/
|
||||||
ifndef ROT_KEY
|
ifndef ROT_KEY
|
||||||
$(error Cannot generate public key: no ROT_KEY defined)
|
$(error Cannot generate public key: no ROT_KEY defined)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue