1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-17 01:52:02 +00:00
trezor-firmware/speed-stm32/Makefile

10 lines
138 B
Makefile
Raw Normal View History

2013-08-18 18:54:18 +00:00
NAME = speed
2013-09-12 01:15:22 +00:00
OBJS += bignum.o
2013-08-18 18:54:18 +00:00
OBJS += ecdsa.o
OBJS += rand.o
OBJS += secp256k1.o
2013-09-12 01:15:22 +00:00
OBJS += hmac.o
OBJS += sha2.o
2013-08-18 18:54:18 +00:00
include Makefile.include