aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/hal/host
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen/hal/host')
-rw-r--r--pyecsca/codegen/hal/host/Makefile.host1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyecsca/codegen/hal/host/Makefile.host b/pyecsca/codegen/hal/host/Makefile.host
index 933c899..1192a78 100644
--- a/pyecsca/codegen/hal/host/Makefile.host
+++ b/pyecsca/codegen/hal/host/Makefile.host
@@ -5,6 +5,7 @@ EXTRAINCDIRS += $(HALPATH)/host
CC = gcc
OBJCOPY = objcopy
OBJDUMP = objdump
+STRIP = strip
SIZE = size
AR = ar rcs
NM = nm \ No newline at end of file