summaryrefslogtreecommitdiff
path: root/target/tools/mkfimage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/tools/mkfimage/Makefile')
-rw-r--r--target/tools/mkfimage/Makefile2
1 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