Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
6d0dcc7d
"include/uapi/vscode:/vscode.git/clone" did not exist on "78ac643d069e62c4eaf8abc7f6a3a6eb1cb86b21"
Commit
6d0dcc7d
authored
Feb 03, 2021
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Feb 03, 2021
Browse files
Merge "plat/arm:juno: fix parallel build issue for romlib config" into integration
parents
9bc3007d
5e508f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
plat/arm/board/juno/platform.mk
View file @
6d0dcc7d
#
#
# Copyright (c) 2013-202
0
, ARM Limited and Contributors. All rights reserved.
# Copyright (c) 2013-202
1
, ARM Limited and Contributors. All rights reserved.
#
#
# SPDX-License-Identifier: BSD-3-Clause
# SPDX-License-Identifier: BSD-3-Clause
#
#
...
@@ -108,7 +108,7 @@ ifeq ($(USE_ROMLIB),1)
...
@@ -108,7 +108,7 @@ ifeq ($(USE_ROMLIB),1)
all : bl1_romlib.bin
all : bl1_romlib.bin
endif
endif
bl1_romlib.bin : $(BUILD_PLAT)/bl1.bin
$(BUILD_PLAT)/romlib/
romlib.bin
bl1_romlib.bin : $(BUILD_PLAT)/bl1.bin romlib.bin
@echo "
Building
combined
BL1
and
ROMLIB
binary
for
Juno
$@"
@echo "
Building
combined
BL1
and
ROMLIB
binary
for
Juno
$@"
./lib/romlib/gen_combined_bl1_romlib.sh
-o
bl1_romlib.bin
$(BUILD_PLAT)
./lib/romlib/gen_combined_bl1_romlib.sh
-o
bl1_romlib.bin
$(BUILD_PLAT)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment