diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2006-09-11 12:09:42 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@neptun.ravnborg.org> | 2006-09-25 04:02:52 -0400 |
commit | b32c8268475358cfa18cf9373e6f95c661a7a142 (patch) | |
tree | 00759dafbfa8f219ee6093bb4d0e6f10242b46dc | |
parent | c53ddacdc08d41f812f1e637d214251d14c07a3d (diff) |
kbuild: update help in top level Makefile
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | scripts/kconfig/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1060,6 +1060,7 @@ help: | |||
1060 | @echo 'Cleaning targets:' | 1060 | @echo 'Cleaning targets:' |
1061 | @echo ' clean - remove most generated files but keep the config' | 1061 | @echo ' clean - remove most generated files but keep the config' |
1062 | @echo ' mrproper - remove all generated files + config + various backup files' | 1062 | @echo ' mrproper - remove all generated files + config + various backup files' |
1063 | @echo ' distclean - mrproper + patch files' | ||
1063 | @echo '' | 1064 | @echo '' |
1064 | @echo 'Configuration targets:' | 1065 | @echo 'Configuration targets:' |
1065 | @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help | 1066 | @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help |
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index e6499db4c8cc..a90d3cc76bfa 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -74,6 +74,7 @@ help: | |||
74 | @echo ' xconfig - Update current config utilising a QT based front-end' | 74 | @echo ' xconfig - Update current config utilising a QT based front-end' |
75 | @echo ' gconfig - Update current config utilising a GTK based front-end' | 75 | @echo ' gconfig - Update current config utilising a GTK based front-end' |
76 | @echo ' oldconfig - Update current config utilising a provided .config as base' | 76 | @echo ' oldconfig - Update current config utilising a provided .config as base' |
77 | @echo ' silentoldconfig - Same as oldconfig, but quietly' | ||
77 | @echo ' randconfig - New config with random answer to all options' | 78 | @echo ' randconfig - New config with random answer to all options' |
78 | @echo ' defconfig - New config with default answer to all options' | 79 | @echo ' defconfig - New config with default answer to all options' |
79 | @echo ' allmodconfig - New config selecting modules when possible' | 80 | @echo ' allmodconfig - New config selecting modules when possible' |