X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=support%2Fmake%2Favr%2Favrisp.extra;h=0394adc44bda071e0bd4f17321ec01a5c516f930;hb=2b6db4ac75c7b36621d7d0ad81e5d045652bd5d0;hp=c56de450133216e8be7088e9820e754635e1ee8d;hpb=812a637a9753a35d38795f6c5988f5b4499a5789;p=tinyos-2.x.git diff --git a/support/make/avr/avrisp.extra b/support/make/avr/avrisp.extra index c56de450..0394adc4 100644 --- a/support/make/avr/avrisp.extra +++ b/support/make/avr/avrisp.extra @@ -15,7 +15,7 @@ ifeq ($(PROGRAMMER),avrdude) endif PROGRAMMER_FLAGS = -cstk500 -P$(MIB510) -U hfuse:w:$(AVR_FUSE_H):m $(PROGRAMMER_PART) $(PROGRAMMER_EXTRA_FLAGS) $(PROGRAMMER_EXTRA_FLAGS_AVRISP) PROGRAMMER_INSTALL_SREC_FLAGS = -U flash:w:$(INSTALL_SREC):a - PROGRAMMER_INSTALL_BOOTLOADER_FLAGS = -D -U flash:w:$(BOOTLOADER):a + PROGRAMMER_INSTALL_BOOTLOADER_FLAGS = -V -D -U flash:w:$(BOOTLOADER):a endif ifeq ($(PROGRAMMER),uisp)