diff options
author | Rob Landley <rob@landley.net> | 2006-11-26 18:47:14 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-11-26 18:47:14 -0500 |
commit | cd2edfd6a13848e387f836252464de4662a22205 (patch) | |
tree | f79cef475f032832d51033291e2c95a0197e5402 /kconfig/Makefile | |
parent | 28a0dec5dd19458200a18609ba0cc8c2f3b4d22f (diff) | |
download | toybox-cd2edfd6a13848e387f836252464de4662a22205.tar.gz |
Add bloat-o-meter, make bloatcheck, and scripts/showasm.
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r-- | kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile index 4446e2c2..46a8f6e4 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -32,7 +32,7 @@ defconfig: $(obj)/conf $< -d $(KCONFIG_TOP) # Help text used by make help -help: +help:: @echo ' config - Update current config utilising a line-oriented program' @echo ' menuconfig - Update current config utilising a menu based program' @echo ' oldconfig - Update current config utilising a provided .config as base' |