summaryrefslogtreecommitdiffstats
path: root/tools/mtools
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mtools')
-rw-r--r--tools/mtools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile
index 994ca8d0d5..36f6adc86b 100644
--- a/tools/mtools/Makefile
+++ b/tools/mtools/Makefile
@@ -16,6 +16,8 @@ PKG_CAT:=zcat
include $(INCLUDE_DIR)/host-build.mk
+HOST_LDFLAGS += -static
+
define Host/Compile
$(MAKE) -C $(HOST_BUILD_DIR) mcopy
endef