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.
This commit is contained in:
px4dev
2013-02-23 22:01:00 -08:00
parent d24599931a
commit 6b215be739
6 changed files with 85 additions and 52 deletions
+4
View File
@@ -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