aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-26 15:50:12 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-26 15:50:12 -0400
commit93dd241dd317b1d4f0b63bdb313fb82dd7419b02 (patch)
treeada5814510ae01be161c17d3d75eaa173970657e /Makefile
parentdff7e9df1f792693066e1637050d4c27582a4937 (diff)
downloadlibrambutan-93dd241dd317b1d4f0b63bdb313fb82dd7419b02.tar.gz
librambutan-93dd241dd317b1d4f0b63bdb313fb82dd7419b02.zip
Add Windows support to DFU installation tools.
Tweak Makefile further for cs-make on Windows. Add Windows support to support/scripts/reset.py Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc36667..7b1fc21 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ UPLOAD_jtag := $(OPENOCD_WRAPPER) flash
# Conditionally upload to whatever the last build was
install: INSTALL_TARGET = $(shell cat $(BUILD_PATH)/build-type 2>/dev/null)
install: $(BUILD_PATH)/$(BOARD).bin
- @echo Install target: $(INSTALL_TARGET)
+ @echo "Install target:" $(INSTALL_TARGET)
$(UPLOAD_$(INSTALL_TARGET))
# Force a rebuild if the target changed