mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 14:28:07 +00:00
no need for bignum.small.o as there is no difference anymore
This commit is contained in:
parent
b56cf9246b
commit
7af050febb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user