diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-26 15:50:12 -0400 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-26 15:50:12 -0400 |
| commit | dcddff677ce2aa4cc5c1cb424fb83b5dcf44730d (patch) | |
| tree | ada5814510ae01be161c17d3d75eaa173970657e /Makefile | |
| parent | 46782d312beee1841071aaf449221976d88f0bbd (diff) | |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
