diff options
Diffstat (limited to 'demos/nil/NIL-STM32L152-DISCOVERY/Makefile')
-rw-r--r-- | demos/nil/NIL-STM32L152-DISCOVERY/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/nil/NIL-STM32L152-DISCOVERY/Makefile b/demos/nil/NIL-STM32L152-DISCOVERY/Makefile index f511bc69c..7fd5af6cb 100644 --- a/demos/nil/NIL-STM32L152-DISCOVERY/Makefile +++ b/demos/nil/NIL-STM32L152-DISCOVERY/Makefile @@ -152,6 +152,7 @@ LD = $(TRGT)gcc CP = $(TRGT)objcopy
AS = $(TRGT)gcc -x assembler-with-cpp
OD = $(TRGT)objdump
+SZ = $(TRGT)size
HEX = $(CP) -O ihex
BIN = $(CP) -O binary
|