mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +00:00
17 lines
228 B
Makefile
17 lines
228 B
Makefile
NAME = speed
|
|
|
|
OBJS += rand.o
|
|
OBJS += speed.o
|
|
|
|
OBJS += ../bignum.o
|
|
OBJS += ../bip32.o
|
|
OBJS += ../ecdsa.o
|
|
OBJS += ../hmac.o
|
|
OBJS += ../ripemd160.o
|
|
OBJS += ../secp256k1.o
|
|
OBJS += ../sha2.o
|
|
|
|
include Makefile.include
|
|
|
|
CFLAGS += -I..
|