summaryrefslogtreecommitdiffstats
path: root/tools/mkimage
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mkimage')
-rw-r--r--tools/mkimage/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index c7e1dfd672..d0ff5f7e37 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -30,6 +30,7 @@ define Host/Compile
HOSTCFLAGS="$(HOST_CFLAGS)" \
HOSTLDFLAGS="$(HOST_LDFLAGS)" \
no-dot-config-targets=tools-only \
+ CONFIG_MKIMAGE_DTC_PATH=dtc \
CONFIG_FIT_SIGNATURE=y \
tools-only
endef