summaryrefslogtreecommitdiff
path: root/target/tools/mkfimage
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-01 12:57:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-01 12:57:04 +0100
commitc164968b0c1b08a7d85c95d492f7ec562689873a (patch)
treec10e5c40aaafa0f476348914bd136a749eff7581 /target/tools/mkfimage
parent70efb82d20876582baea0a1cbcb127170aaf42ac (diff)
use HOSTCFLAGS, avoid object file generation
Diffstat (limited to 'target/tools/mkfimage')
-rw-r--r--target/tools/mkfimage/Makefile2
-rwxr-xr-xtarget/tools/mkfimage/mkfimagebin11901 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/target/tools/mkfimage/Makefile b/target/tools/mkfimage/Makefile
index 110fa96ea..82e645285 100644
--- a/target/tools/mkfimage/Makefile
+++ b/target/tools/mkfimage/Makefile
@@ -1,4 +1,4 @@
include $(TOPDIR)/rules.mk
all:
- $(HOSTCC) -o ${STAGING_HOST_DIR}/bin/mkfimage mkfimage.c
+ $(HOSTCC) ${HOSTCFLAGS} -o ${STAGING_HOST_DIR}/bin/mkfimage mkfimage.c
diff --git a/target/tools/mkfimage/mkfimage b/target/tools/mkfimage/mkfimage
deleted file mode 100755
index b4f82ee6d..000000000
--- a/target/tools/mkfimage/mkfimage
+++ /dev/null
Binary files differ