mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 09:52:34 +00:00
build(core): fix filename when BITCOIN_ONLY is unset
[no changelog]
This commit is contained in:
parent
0a955b4ad6
commit
d3dd0e3c6f
@ -818,7 +818,7 @@ if CMAKELISTS != 0:
|
|||||||
env.Depends(program_elf, rust)
|
env.Depends(program_elf, rust)
|
||||||
|
|
||||||
BINARY_NAME = f"build/firmware/firmware-{tools.get_model_identifier(TREZOR_MODEL)}"
|
BINARY_NAME = f"build/firmware/firmware-{tools.get_model_identifier(TREZOR_MODEL)}"
|
||||||
if BITCOIN_ONLY != 0:
|
if not EVERYTHING:
|
||||||
BINARY_NAME += "-btconly"
|
BINARY_NAME += "-btconly"
|
||||||
BINARY_NAME += "-" + tools.get_version('embed/firmware/version.h')
|
BINARY_NAME += "-" + tools.get_version('embed/firmware/version.h')
|
||||||
BINARY_NAME += "-" + tools.get_git_revision_short_hash()
|
BINARY_NAME += "-" + tools.get_git_revision_short_hash()
|
||||||
|
Loading…
Reference in New Issue
Block a user