aboutsummaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-11-26 18:47:14 -0500
committerRob Landley <rob@landley.net>2006-11-26 18:47:14 -0500
commitcd2edfd6a13848e387f836252464de4662a22205 (patch)
treef79cef475f032832d51033291e2c95a0197e5402 /kconfig
parent28a0dec5dd19458200a18609ba0cc8c2f3b4d22f (diff)
downloadtoybox-cd2edfd6a13848e387f836252464de4662a22205.tar.gz
Add bloat-o-meter, make bloatcheck, and scripts/showasm.
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/Makefile2
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'