You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/speed-stm32/Makefile

17 lines
228 B

11 years ago
NAME = speed
OBJS += rand.o
11 years ago
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
11 years ago
CFLAGS += -I..