aboutsummaryrefslogtreecommitdiffstats
path: root/src/sam3x8e/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/sam3x8e/Makefile')
-rw-r--r--src/sam3x8e/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sam3x8e/Makefile b/src/sam3x8e/Makefile
index 5cf805e8..fb42fc61 100644
--- a/src/sam3x8e/Makefile
+++ b/src/sam3x8e/Makefile
@@ -30,6 +30,6 @@ $(OUT)klipper.bin: $(OUT)klipper.elf
$(Q)$(OBJCOPY) -O binary $< $@
flash: $(OUT)klipper.bin
- @echo " Flashing $(FLASH_DEVICE) via bossac"
+ @echo " Flashing $^ to $(FLASH_DEVICE) via bossac"
$(Q)stty -F "$(FLASH_DEVICE)" 1200
$(Q)bossac -i -p "$(FLASH_DEVICE:/dev/%=%)" -R -e -w -v -b $(OUT)klipper.bin