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
76a08094
Commit
76a08094
authored
Sep 10, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Sep 10, 2020
Browse files
Merge "tools: Set the tool's default binary name" into integration
parents
5b0d839f
b13e3f9f
Changes
4
Show whitespace changes
Inline
Side-by-side
tools/cert_create/Makefile
View file @
76a08094
...
...
@@ -7,6 +7,7 @@
PLAT
:=
none
V
?=
0
DEBUG
:=
0
CRTTOOL
?=
cert_create
${BIN_EXT}
BINARY
:=
$(
notdir
${CRTTOOL}
)
OPENSSL_DIR
:=
/usr
COT
:=
tbbr
...
...
tools/encrypt_fw/Makefile
View file @
76a08094
...
...
@@ -7,6 +7,7 @@
V
?=
0
BUILD_INFO
?=
1
DEBUG
:=
0
ENCTOOL
?=
encrypt_fw
${BIN_EXT}
BINARY
:=
$(
notdir
${ENCTOOL}
)
OPENSSL_DIR
:=
/usr
...
...
tools/fiptool/Makefile
View file @
76a08094
...
...
@@ -8,6 +8,7 @@ MAKE_HELPERS_DIRECTORY := ../../make_helpers/
include
${MAKE_HELPERS_DIRECTORY}build_macros.mk
include
${MAKE_HELPERS_DIRECTORY}build_env.mk
FIPTOOL
?=
fiptool
${BIN_EXT}
PROJECT
:=
$(
notdir
${FIPTOOL}
)
OBJECTS
:=
fiptool.o tbbr_config.o
V
?=
0
...
...
tools/sptool/Makefile
View file @
76a08094
...
...
@@ -8,6 +8,7 @@ MAKE_HELPERS_DIRECTORY := ../../make_helpers/
include
${MAKE_HELPERS_DIRECTORY}build_macros.mk
include
${MAKE_HELPERS_DIRECTORY}build_env.mk
SPTOOL
?=
sptool
${BIN_EXT}
PROJECT
:=
$(
notdir
${SPTOOL}
)
OBJECTS
:=
sptool.o
V
?=
0
...
...
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