mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
Merge "fix(romlib): prevent race condition on the build directory" into integration
This commit is contained in:
commit
ffbc2b90df
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ $(BUILD_DIR)/jmptbl.s: $(BUILD_DIR)/jmptbl.i | $$(@D)/
|
|||
$(s)echo " TBL $@"
|
||||
$(q)$(ROMLIB_GEN) gentbl --output $@ --bti=$(ENABLE_BTI) $<
|
||||
|
||||
$(BUILD_DIR)/romlib.ldflags: ../../$(PLAT_DIR)/jmptbl.i
|
||||
$(BUILD_DIR)/romlib.ldflags: ../../$(PLAT_DIR)/jmptbl.i | $$(@D)/
|
||||
$(s)echo " LDFLAGS $@"
|
||||
$(q)$(ROMLIB_GEN) link-flags $< > $@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue