mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
10 lines
138 B
Makefile
10 lines
138 B
Makefile
NAME = speed
|
|
OBJS += bignum.o
|
|
OBJS += ecdsa.o
|
|
OBJS += rand.o
|
|
OBJS += secp256k1.o
|
|
OBJS += hmac.o
|
|
OBJS += sha2.o
|
|
|
|
include Makefile.include
|