1
0
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:
Pavol Rusnak 2018-12-05 12:33:36 +01:00
parent 587efeafa7
commit a96d1f78d0
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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