mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 08:29:41 +00:00
okl4: consider elfweaver in cleanall rule
This commit is contained in:
@ -41,4 +41,7 @@ CC_OPT += -DCONFIG_MAX_THREAD_BITS=10
|
|||||||
clean_includes:
|
clean_includes:
|
||||||
$(VERBOSE)rm -rf $(BUILD_BASE_DIR)/include
|
$(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
|
||||||
|
Reference in New Issue
Block a user