aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/Makefile
blob: d99a1ce947d36d66886e4de755bf3fe8efa2a712 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TARGET = pyecsca-codegen

SRC += main.c bn.c ecdh.c ecdsa.c hash/hash.c prng/prng.c

CDEFS += -DHASH=HASH_SHA224

MKDIR_LIST += hash prng

EXTRAINCDIRS += hash prng ../../ext/libtommath/

LDFLAGS += ../../ext/libtommath/libtommath.a

include simpleserial/Makefile.simpleserial

FIRMWAREPATH = .
include Makefile.inc