aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mkimage')
-rw-r--r--tools/mkimage/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index 2de13ab77b..a65eedfcc6 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -32,9 +32,7 @@ endef
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) defconfig
- $(MAKE) -C $(HOST_BUILD_DIR) \
- HOSTLDFLAGS="$(HOST_STATIC_LINKING)" \
- tools-only
+ $(MAKE) -C $(HOST_BUILD_DIR) tools-only
endef
define Host/Install