1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 18:09:00 +00:00
trezor-firmware/speed-stm32/Makefile

17 lines
228 B
Makefile
Raw Normal View History

2013-09-20 19:49:17 +00:00
NAME = speed
2013-08-18 18:54:18 +00:00
OBJS += rand.o
2013-09-20 19:49:17 +00:00
OBJS += speed.o
OBJS += ../bignum.o
OBJS += ../bip32.o
OBJS += ../ecdsa.o
OBJS += ../hmac.o
OBJS += ../ripemd160.o
OBJS += ../secp256k1.o
OBJS += ../sha2.o
2013-08-18 18:54:18 +00:00
include Makefile.include
2013-09-20 19:49:17 +00:00
CFLAGS += -I..