1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-10 09:58:59 +00:00
trezor-firmware/speed-stm32/Makefile
Pavol Rusnak 638cf2310b cleanup
2013-09-20 21:49:17 +02:00

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..