diff options
Diffstat (limited to 'kconfig')
-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' |