okl4: consider elfweaver in cleanall rule

This commit is contained in:
Norman Feske 2014-07-04 12:00:15 +02:00
parent b8f6abc714
commit bcb3c78f62
1 changed files with 4 additions and 1 deletions

View File

@ -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