projects
/
pub
/
USBaspLoader.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
USBaspLoader sixth stable release v0.6
[pub/USBaspLoader.git]
/
updater
/
Makefile
diff --git
a/updater/Makefile
b/updater/Makefile
index
e1b1fbb
..
de347cd
100644
(file)
--- a/
updater/Makefile
+++ b/
updater/Makefile
@@
-48,7
+48,7
@@
updater.elf: updater.o
updater.hex: updater.elf
$(OBC) -j .text -j .data -O ihex updater.elf updater.hex
$(ECHO) "."
-
avr-size
updater.elf
+
$(SIZ)
updater.elf
$(ECHO) "."
$(AVRDUDE) -D -U flash:w:updater.hex:i
$(ECHO) "."