From a96d1f78d0a3be4a419b015bc4a1b5e3739e3cd1 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 5 Dec 2018 12:33:36 +0100 Subject: [PATCH] Makefile: fix typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9956d44c0..a1e06e1b5 100644 --- a/Makefile +++ b/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