aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/hal/xmega
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen/hal/xmega')
-rw-r--r--pyecsca/codegen/hal/xmega/Makefile.xmega1
1 files changed, 1 insertions, 0 deletions
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