aboutsummaryrefslogtreecommitdiffstats
path: root/src/lpc176x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpc176x/Makefile')
-rw-r--r--src/lpc176x/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lpc176x/Makefile b/src/lpc176x/Makefile
index 7edd26eb..a4e3a742 100644
--- a/src/lpc176x/Makefile
+++ b/src/lpc176x/Makefile
@@ -41,3 +41,11 @@ target-y += $(OUT)klipper.bin
$(OUT)klipper.bin: $(OUT)klipper.elf
@echo " Creating bin file $@"
$(Q)$(OBJCOPY) -O binary $< $@
+
+flash: $(OUT)klipper.bin
+ @echo ""
+ @echo " The LPC176x build does not currently support 'make flash'"
+ @echo ""
+ @echo " To flash a Smoothieboard, copy the $(OUT)klipper.bin to a file"
+ @echo " named firmware.bin on an SD card and then restart the"
+ @echo " Smoothieboard with that SD card."