aboutsummaryrefslogtreecommitdiff
path: root/makefiles/setup.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-28 12:47:34 -0700
committerpx4dev <px4@purgatory.org>2013-04-28 12:47:34 -0700
commitedf96fc8085510765c503350d29c96a2789bdbc0 (patch)
treea5cec3909f96077d590afb3bb5be0044d90a36e8 /makefiles/setup.mk
parentdc2c3cad3e8897d7ae299d41d16845000efe3c69 (diff)
downloadpx4-firmware-edf96fc8085510765c503350d29c96a2789bdbc0.tar.gz
px4-firmware-edf96fc8085510765c503350d29c96a2789bdbc0.tar.bz2
px4-firmware-edf96fc8085510765c503350d29c96a2789bdbc0.zip
Remove some naked command invocations.
Diffstat (limited to 'makefiles/setup.mk')
-rw-r--r--makefiles/setup.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiles/setup.mk b/makefiles/setup.mk
index 8072ec791..111193093 100644
--- a/makefiles/setup.mk
+++ b/makefiles/setup.mk
@@ -72,6 +72,8 @@ export TOUCH = touch
export MKDIR = mkdir
export ECHO = echo
export UNZIP_CMD = unzip
+export PYTHON = python
+export OPENOCD = openocd
#
# Host-specific paths, hacks and fixups