summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86367fefa..9d39a7b06 100644
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ toolchain/%:
#
#############################################################
root_clean:
+ @$(TRACE) Cleaning...
rm -rf $(BUILD_DIR)/linux-*/root $(BUILD_DIR)/root
target_clean: root_clean
@@ -106,6 +107,7 @@ target_clean: root_clean
clean: dirclean
dirclean:
+ @$(TRACE) Cleaning...
@$(MAKE) -C $(CONFIG) clean
rm -rf $(BUILD_DIR)