aboutsummaryrefslogtreecommitdiff
path: root/makefiles/setup.mk
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-02-23 14:33:53 -0800
committerpx4dev <px4@purgatory.org>2013-02-23 22:01:00 -0800
commit6b215be739528eb20b50247a0a095d27092b3be4 (patch)
tree626241e09b180d4f8378a9512adf4832b188102c /makefiles/setup.mk
parentd24599931a3d68586cc62eddd8ffc4e309ba1606 (diff)
downloadpx4-firmware-6b215be739528eb20b50247a0a095d27092b3be4.tar.gz
px4-firmware-6b215be739528eb20b50247a0a095d27092b3be4.tar.bz2
px4-firmware-6b215be739528eb20b50247a0a095d27092b3be4.zip
Use indirect calls for all commands (echo, make, etc.)
Replace our dependency on xxd with a toolchain call, and implement the backend using objcopy evil for the default toolchain.
Diffstat (limited to 'makefiles/setup.mk')
-rw-r--r--makefiles/setup.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefiles/setup.mk b/makefiles/setup.mk
index d4b279e7c..f67ab7bb0 100644
--- a/makefiles/setup.mk
+++ b/makefiles/setup.mk
@@ -29,6 +29,10 @@ COPY = cp
REMOVE = rm -f
RMDIR = rm -rf
GENROMFS = genromfs
+TOUCH = touch
+MKDIR = mkdir
+ECHO = echo
+UNZIP = unzip
#
# Host-specific paths, hacks and fixups