1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 18:09:00 +00:00
trezor-firmware/speed-stm32/Makefile

9 lines
122 B
Makefile
Raw Normal View History

2013-08-18 18:54:18 +00:00
NAME = speed
OBJS += aux.o
OBJS += ecdsa.o
OBJS += rand.o
OBJS += secp256k1.o
OBJS += sha256.o
include Makefile.include