From f78ff987ac2df62dbd8326ce33ae61c97673710e Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 26 Feb 2020 14:28:52 +0100 Subject: Get stuff to work on STM32F0. --- pyecsca/codegen/hal/host/Makefile.host | 1 + 1 file changed, 1 insertion(+) (limited to 'pyecsca/codegen/hal/host') 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 -- cgit v1.3.1