avrdude and makefile changes suggested by Georg von Zengen

This commit is contained in:
dak664 2011-03-08 13:07:00 -05:00
parent d381ee7bbf
commit de7bcda99f
3 changed files with 8 additions and 4 deletions

View file

@ -139,7 +139,7 @@ ifndef NOAVRSIZE
endif
%.hex: %.out
$(OBJCOPY) $^ -O ihex $@
$(OBJCOPY) $^ -j .text -j .data -O ihex $@
%.ihex: %.out
$(OBJCOPY) $^ -O ihex $@