mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
![]() When building with many cores (-j64), there's a good chance that the rule to make the build directory is getting executed at the same time as the rule for romlib.ldflags. On my machine, the former is slower, resulting in romlib_generator.py not being able to write the file as the directory doesn't exist yet. Add an explicit dependency on the build directory for the target. This ensures that we have a build directory before we start putting stuff in it. Change-Id: I120b0dc66c692c759ab1046c735be405b41db87c Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> |
||
---|---|---|
.. | ||
templates | ||
gen_combined_bl1_romlib.sh | ||
init.s | ||
jmptbl.i | ||
Makefile | ||
romlib.ld.S | ||
romlib_generator.py |