diff options
Diffstat (limited to 'pyecsca/codegen/templates/Makefile')
| -rw-r--r-- | pyecsca/codegen/templates/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyecsca/codegen/templates/Makefile b/pyecsca/codegen/templates/Makefile index 27402e4..9526640 100644 --- a/pyecsca/codegen/templates/Makefile +++ b/pyecsca/codegen/templates/Makefile @@ -1,14 +1,14 @@ TARGET = pyecsca-codegen -SRC += main.c bn/bn.c asn1/asn1.c hash/hash.c mult/mult.c prng/prng.c gen/point.c gen/curve.c +SRC += main.c bn/bn.c asn1/asn1.c hash/hash.c prng/prng.c gen/point.c gen/curve.c gen/mult.c PLATFORM = {{ platform }} -CDEFS += -DHASH={{ hash_type }} -DMULT={{ mult_algo }} -DMOD_RAND={{ mod_rand }} +CDEFS += -DHASH={{ hash_type }} -DMOD_RAND={{ mod_rand }} -MKDIR_LIST += hash prng mult asn1 bn gen +MKDIR_LIST += hash prng asn1 bn gen -EXTRAINCDIRS += hash prng mult asn1 bn gen tommath +EXTRAINCDIRS += hash prng asn1 bn gen tommath LDFLAGS += tommath/libtommath-{{ platform }}.a |
