avrdude and makefile changes suggested by Georg von Zengen
This commit is contained in:
parent
d381ee7bbf
commit
de7bcda99f
3 changed files with 8 additions and 4 deletions
|
@ -139,7 +139,7 @@ ifndef NOAVRSIZE
|
|||
endif
|
||||
|
||||
%.hex: %.out
|
||||
$(OBJCOPY) $^ -O ihex $@
|
||||
$(OBJCOPY) $^ -j .text -j .data -O ihex $@
|
||||
|
||||
%.ihex: %.out
|
||||
$(OBJCOPY) $^ -O ihex $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue