diff options
| author | Paul Sokolovsky | 2016-12-29 01:23:09 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-12-29 01:27:50 +0300 |
| commit | 45a8cc8f0b29f447eba6047112f38780ca8a89da (patch) | |
| tree | e08676f94d1893a8b377a223648d1bce44c96ad8 /cc3200/application.mk | |
| parent | 514b82900c02808b8ad9bf5ecaa0e5bff270b33c (diff) | |
cc3200: make: Rename "deploy" target to "deploy-ota".
There should be target to deploy uPy over wired (UART) connection, and
wired and OTA targets should be named differently.
Diffstat (limited to 'cc3200/application.mk')
| -rw-r--r-- | cc3200/application.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk index ff5c44cd6..f2801c337 100644 --- a/cc3200/application.mk +++ b/cc3200/application.mk @@ -206,9 +206,9 @@ WIPY_PWD ?= 'python' all: $(BUILD)/mcuimg.bin -.PHONY: deploy +.PHONY: deploy-ota -deploy: $(BUILD)/mcuimg.bin +deploy-ota: $(BUILD)/mcuimg.bin $(ECHO) "Writing $< to the board" $(Q)$(PYTHON) $(UPDATE_WIPY) --verify --ip $(WIPY_IP) --user $(WIPY_USER) --password $(WIPY_PWD) --file $< |
