mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
Makefile: fix typo
This commit is contained in:
parent
587efeafa7
commit
a96d1f78d0
2
Makefile
2
Makefile
@ -221,7 +221,7 @@ combine: ## combine boardloader + bootloader + prodtest into one combined image
|
||||
$(BOARDLOADER_START) $(BOARDLOADER_BUILD_DIR)/boardloader.bin \
|
||||
$(BOOTLOADER_START) $(BOOTLOADER_BUILD_DIR)/bootloader.bin \
|
||||
$(PRODTEST_START) $(PRODTEST_BUILD_DIR)/prodtest.bin \
|
||||
> $(PRODTEST_BUILD_DIR)/combined.bin \
|
||||
> $(PRODTEST_BUILD_DIR)/combined.bin
|
||||
|
||||
upload: ## upload firmware using trezorctl
|
||||
trezorctl firmware_update -f $(FIRMWARE_BUILD_DIR)/firmware.bin
|
||||
|
Loading…
Reference in New Issue
Block a user