mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 03:48:09 +00:00
9 lines
122 B
Makefile
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
|