1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 09:58:59 +00:00
trezor-firmware/speed-stm32/Makefile
2013-08-18 20:54:18 +02:00

9 lines
122 B
Makefile

NAME = speed
OBJS += aux.o
OBJS += ecdsa.o
OBJS += rand.o
OBJS += secp256k1.o
OBJS += sha256.o
include Makefile.include