From 45a8cc8f0b29f447eba6047112f38780ca8a89da Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 29 Dec 2016 01:23:09 +0300 Subject: 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. --- cc3200/application.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cc3200/application.mk') 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 $< -- cgit v1.2.3