diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index bfe60993e2..00f85ae272 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -37,10 +37,12 @@ endef define Host/Install $(CP) $(HOST_BUILD_DIR)/tools/mkimage $(STAGING_DIR_HOST)/bin/ + $(CP) $(HOST_BUILD_DIR)/tools/mkenvimage $(STAGING_DIR_HOST)/bin/ endef define Host/Clean rm -f $(STAGING_DIR_HOST)/bin/mkimage + rm -f $(STAGING_DIR_HOST)/bin/mkenvimage endef $(eval $(call HostBuild))