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/xmega/Makefile.xmega | 1 + 1 file changed, 1 insertion(+) (limited to 'pyecsca/codegen/hal/xmega') diff --git a/pyecsca/codegen/hal/xmega/Makefile.xmega b/pyecsca/codegen/hal/xmega/Makefile.xmega index 8b7950e..743fca3 100644 --- a/pyecsca/codegen/hal/xmega/Makefile.xmega +++ b/pyecsca/codegen/hal/xmega/Makefile.xmega @@ -8,6 +8,7 @@ CFLAGS += -fpack-struct CC = avr-gcc OBJCOPY = avr-objcopy OBJDUMP = avr-objdump +STRIP = avr-strip SIZE = avr-size AR = avr-ar rcs NM = avr-nm \ No newline at end of file -- cgit v1.3.1