aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@student.ethz.ch>2013-03-09 15:16:29 +0100
committerThomas Gubler <thomasgubler@student.ethz.ch>2013-03-09 15:22:24 +0100
commite0376fc3759271f7750dcfafd0f6e4c88c561c0d (patch)
tree380b6f63195320c60e8dfc4978fca8ab4991051d /Makefile
parente7df439ea1f99f26969b6b741a239c722599f194 (diff)
downloadpx4-firmware-e0376fc3759271f7750dcfafd0f6e4c88c561c0d.tar.gz
px4-firmware-e0376fc3759271f7750dcfafd0f6e4c88c561c0d.tar.bz2
px4-firmware-e0376fc3759271f7750dcfafd0f6e4c88c561c0d.zip
archlinux compatibility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f91e75d0b..e9442afd2 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ SERIAL_PORTS = "\\\\.\\COM32,\\\\.\\COM31,\\\\.\\COM30,\\\\.\\COM29,\\\\.\\COM
endif
upload: $(FIRMWARE_BUNDLE) $(UPLOADER)
- @python -u $(UPLOADER) --port $(SERIAL_PORTS) $(FIRMWARE_BUNDLE)
+ $(UPLOADER) --port $(SERIAL_PORTS) $(FIRMWARE_BUNDLE)
#
# JTAG firmware uploading with OpenOCD