diff Makefile @ 34:b210df11f968

build atmegaboot with -Os
author Matt Johnston <matt@ucc.asn.au>
date Thu, 27 Jun 2013 12:03:40 +0800
parents a3de303afabf
children cce426bb6d3e
line wrap: on
line diff
--- a/Makefile	Thu Jun 27 11:46:44 2013 +0800
+++ b/Makefile	Thu Jun 27 12:03:40 2013 +0800
@@ -103,6 +103,7 @@
 
 combined.hex: main.hex $(BOOTLOADER_HEX)
 	srec_cat main.hex -I $(BOOTLOADER_HEX) -I -o $@ -I
+	avr-objdump -h $@
 
 combo: combined.hex
 	$(AVRDUDE) -U flash:w:combined.hex:i