summaryrefslogtreecommitdiff
path: root/target/tools/mkfimage
diff options
context:
space:
mode:
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