tools: mkimage: provide dtc path during build
[openwrt/staging/dedeckeh.git] / tools / mkimage / Makefile
index c7e1dfd6720cb3c5f891c339e7815cafd1c7731f..d0ff5f7e3701d5dd08e6f05ee896d356d5c3c96e 100644 (file)
@@ -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