diff options
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1086,9 +1086,10 @@ boards := $(notdir $(boards)) | |||
| 1086 | 1086 | ||
| 1087 | help: | 1087 | help: |
| 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 |
