aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/Makefile
diff options
context:
space:
mode:
authorJ08nY2019-11-28 00:49:59 +0100
committerJ08nY2019-11-28 00:49:59 +0100
commita17c64b710688ac697427544eaaab4aae6188c3c (patch)
treec5da136130b35c8c1283f0215078b50636eb9013 /pyecsca/codegen/Makefile
parent32a4874abfbaff8cb4ee2d31fe71bcc3499e52dc (diff)
downloadpyecsca-codegen-a17c64b710688ac697427544eaaab4aae6188c3c.tar.gz
pyecsca-codegen-a17c64b710688ac697427544eaaab4aae6188c3c.tar.zst
pyecsca-codegen-a17c64b710688ac697427544eaaab4aae6188c3c.zip
Working dynamic build!
Diffstat (limited to 'pyecsca/codegen/Makefile')
-rw-r--r--pyecsca/codegen/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/pyecsca/codegen/Makefile b/pyecsca/codegen/Makefile
deleted file mode 100644
index d0dab03..0000000
--- a/pyecsca/codegen/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-TARGET = pyecsca-codegen
-
-SRC += main.c bn/bn.c asn1/asn1.c hash/hash.c mult/mult.c prng/prng.c
-
-CDEFS += -DHASH=HASH_SHA224 -DMOD_RAND=MOD_RAND_SAMPLE
-
-MKDIR_LIST += hash prng mult asn1 bn
-
-EXTRAINCDIRS += hash prng mult asn1 bn ../../ext/libtommath/
-
-LDFLAGS += ../../ext/libtommath/libtommath.a
-
-include simpleserial/Makefile.simpleserial
-
-FIRMWAREPATH = .
-include Makefile.inc