diff --git a/repos/base-okl4/mk/spec-okl4.mk b/repos/base-okl4/mk/spec-okl4.mk index 6047671ce..b24e71be2 100644 --- a/repos/base-okl4/mk/spec-okl4.mk +++ b/repos/base-okl4/mk/spec-okl4.mk @@ -41,4 +41,7 @@ CC_OPT += -DCONFIG_MAX_THREAD_BITS=10 clean_includes: $(VERBOSE)rm -rf $(BUILD_BASE_DIR)/include -clean cleanall: clean_includes +clean_tool_elfweaver: + $(VERBOSE)rm -rf $(BUILD_BASE_DIR)/tool/okl4/elfweaver + +clean cleanall: clean_includes clean_tool_elfweaver