From 7af050febb3757bf7df9ad5dcbada82c6782cf58 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 30 Apr 2015 01:35:49 +0200 Subject: [PATCH] no need for bignum.small.o as there is no difference anymore --- bootloader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/Makefile b/bootloader/Makefile index 620d1bc76f..498bdd16bc 100644 --- a/bootloader/Makefile +++ b/bootloader/Makefile @@ -6,7 +6,7 @@ OBJS += bootloader.o OBJS += signatures.o OBJS += usb.o -OBJS += $(MCU_DIR)/trezor-crypto/bignum.small.o +OBJS += $(MCU_DIR)/trezor-crypto/bignum.o OBJS += $(MCU_DIR)/trezor-crypto/ecdsa.small.o OBJS += $(MCU_DIR)/trezor-crypto/hmac.o OBJS += $(MCU_DIR)/trezor-crypto/ripemd160.o