aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 241fed3a74a6..fce530a66e33 100644
--- a/Makefile
+++ b/Makefile
@@ -1086,9 +1086,10 @@ boards := $(notdir $(boards))
1086 1086
1087help: 1087help:
1088 @echo 'Cleaning targets:' 1088 @echo 'Cleaning targets:'
1089 @echo ' clean - remove most generated files but keep the config' 1089 @echo ' clean - remove most generated files but keep the config and'
1090 @echo ' enough build support to build external modules'
1090 @echo ' mrproper - remove all generated files + config + various backup files' 1091 @echo ' mrproper - remove all generated files + config + various backup files'
1091 @echo ' distclean - mrproper + patch files' 1092 @echo ' distclean - mrproper + remove editor backup and patch files'
1092 @echo '' 1093 @echo ''
1093 @echo 'Configuration targets:' 1094 @echo 'Configuration targets:'
1094 @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help 1095 @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help