diff options
| author | J08nY | 2020-02-26 14:28:52 +0100 |
|---|---|---|
| committer | J08nY | 2020-02-26 14:28:52 +0100 |
| commit | f78ff987ac2df62dbd8326ce33ae61c97673710e (patch) | |
| tree | 9b63026e223254bc3c4e6af164bd3ae3bdcc0404 /pyecsca/codegen/hal/xmega | |
| parent | 3892d994470b181f950703fabf719a9c963d1c20 (diff) | |
| download | pyecsca-codegen-f78ff987ac2df62dbd8326ce33ae61c97673710e.tar.gz pyecsca-codegen-f78ff987ac2df62dbd8326ce33ae61c97673710e.tar.zst pyecsca-codegen-f78ff987ac2df62dbd8326ce33ae61c97673710e.zip | |
Get stuff to work on STM32F0.
Diffstat (limited to 'pyecsca/codegen/hal/xmega')
| -rw-r--r-- | pyecsca/codegen/hal/xmega/Makefile.xmega | 1 |
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 |
