Merge branch 'master' of schwann.lnvpn.de:haraldwolff/depmaker

master
Harald Wolff 2017-11-10 11:30:19 +01:00
commit c3c7021e38
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ $(BASE)/.build/%.o: $(CURDIR)/src/%.txt
$(BASE)/.build/.%.dep:
avrdude: $(BASE)/bin/$(FINALNAME).hex
$(AVRDUDE) -c $(AVR_PROG) -p $(AVR_MCU) -P $(AVR_PORT) -B $(AVR_BITCLK) $(AVRDUDE_OPERATIONS) -U flash:w:$(BASE)/bin/$(FINALNAME).hex
$(AVRDUDE) -v -c $(AVR_PROG) -p $(AVR_MCU) -P $(AVR_PORT) -B $(AVR_BITCLK) $(AVRDUDE_OPERATIONS) -U flash:w:$(BASE)/bin/$(FINALNAME).hex
include $(wildcard $(MODULEDEPS))