aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen/Makefile')
-rw-r--r--pyecsca/codegen/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/pyecsca/codegen/Makefile b/pyecsca/codegen/Makefile
new file mode 100644
index 0000000..50c1940
--- /dev/null
+++ b/pyecsca/codegen/Makefile
@@ -0,0 +1,14 @@
+TARGET = pyecsca-codegen
+
+SRC += main.c ecdh.c ecdsa.c hash/hash.c
+
+CDEFS += -DHASH=HASH_SHA1
+
+MKDIR_LIST += hash
+
+EXTRAINCDIRS += hash
+
+include simpleserial/Makefile.simpleserial
+
+FIRMWAREPATH = .
+include Makefile.inc