summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/initialpath.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/initialpath.mk b/mk/initialpath.mk
index 2978834..d9fa37c 100644
--- a/mk/initialpath.mk
+++ b/mk/initialpath.mk
@@ -71,7 +71,7 @@ endif
rmallpath:
@rm -Rf $(PACKAGES_BUILD) $(ROOTFS) $(TOOLS) $(TOOLS_BUILD) $(SYSROOT)
- @rm -Rf $(EMBTK_GENERATED)
+ @rm -Rf $(EMBTK_GENERATED) $(HOSTTOOLS)
ifneq ($(CONFIG_EMBTK_CACHE_PATCHES),y)
@rm -rf $(DOWNLOAD_DIR)/*.patch
endif