mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "tools: Set the tool's default binary name" into integration
This commit is contained in:
commit
76a08094c5
4 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
PLAT := none
|
||||
V ?= 0
|
||||
DEBUG := 0
|
||||
CRTTOOL ?= cert_create${BIN_EXT}
|
||||
BINARY := $(notdir ${CRTTOOL})
|
||||
OPENSSL_DIR := /usr
|
||||
COT := tbbr
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
V ?= 0
|
||||
BUILD_INFO ?= 1
|
||||
DEBUG := 0
|
||||
ENCTOOL ?= encrypt_fw${BIN_EXT}
|
||||
BINARY := $(notdir ${ENCTOOL})
|
||||
OPENSSL_DIR := /usr
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue