1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-15 00:52:02 +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