aboutsummaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2024-10-28 19:15:22 +0100
committerAurelien Jarno <aurelien@aurel32.net>2024-10-28 19:15:22 +0100
commitaba6f5038e4b9ed7021b85e94031672d303a20e4 (patch)
tree748b8a551aee58c5966517f998c40dcd239cf95e /software
parente61784ab518fa07eff653cc5f97b99601d7ff2d2 (diff)
downloadtraffic-light-aba6f5038e4b9ed7021b85e94031672d303a20e4.tar.gz
Fix Makefile for newer binutils versions
Diffstat (limited to 'software')
-rw-r--r--software/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/Makefile b/software/Makefile
index a30ec88..e77ccd6 100644
--- a/software/Makefile
+++ b/software/Makefile
@@ -33,7 +33,7 @@ $(PROG).elf: $(OBJS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
size: $(PROG).elf
- @avr-size -C --mcu=$(MCU_TARGET) $^
+ @avr-size --format=avr --mcu=$(MCU_TARGET) $^
# Rules for building the list file
lst: $(PROG).lst