From f5a26de775ecfb3584e50a8ab09518b14b8dd50a Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sat, 2 Oct 2010 16:34:30 +0200 Subject: [PATCH] Makefile: fix the build failure introduced with the recent Makefile change. Sorry for letting this slip through. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e19964..1d8fccb 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ program: config.h $(PROGRAM).hex stty $(PROGBAUD) raw ignbrk hup < $(PROGPORT) @sleep 0.1 @stty $(PROGBAUD) raw ignbrk hup < $(PROGPORT) - $(AVRDUDE) -cstk500v1 -b$(PROGBAUD) -p$(MCU_TARGET) -P$(PROGPORT) -C$(AVRDUDECONF) -U flash:w:$^ + $(AVRDUDE) -cstk500v1 -b$(PROGBAUD) -p$(MCU_TARGET) -P$(PROGPORT) -C$(AVRDUDECONF) -U flash:w:$(PROGRAM).hex stty 115200 raw ignbrk -hup -echo ixoff < $(PROGPORT) clean: