fixed dependency of avrdude target

master
Harald Wolff 2017-11-13 13:18:36 +01:00
parent c3c7021e38
commit e85413baba
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ $(BASE)/.build/%.o: $(CURDIR)/src/%.txt
$(BASE)/.build/.%.dep:
avrdude: $(BASE)/bin/$(FINALNAME).hex
avrdude: build $(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))