diff options
Diffstat (limited to 'cc3200/application.mk')
| -rw-r--r-- | cc3200/application.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk index 300262c97..f2801c337 100644 --- a/cc3200/application.mk +++ b/cc3200/application.mk @@ -162,8 +162,6 @@ APP_STM_SRC_C = $(addprefix stmhal/,\ import.c \ input.c \ irq.c \ - lexerfatfs.c \ - moduselect.c \ pybstdio.c \ ) @@ -208,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 $< |
