summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 29a04714fc79..a3ac2c91331c 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -128,8 +128,7 @@ clean-dirs += tests/.cache
128# Help text used by make help 128# Help text used by make help
129help: 129help:
130 @echo ' config - Update current config utilising a line-oriented program' 130 @echo ' config - Update current config utilising a line-oriented program'
131 @echo ' nconfig - Update current config utilising a ncurses menu based' 131 @echo ' nconfig - Update current config utilising a ncurses menu based program'
132 @echo ' program'
133 @echo ' menuconfig - Update current config utilising a menu based program' 132 @echo ' menuconfig - Update current config utilising a menu based program'
134 @echo ' xconfig - Update current config utilising a Qt based front-end' 133 @echo ' xconfig - Update current config utilising a Qt based front-end'
135 @echo ' gconfig - Update current config utilising a GTK+ based front-end' 134 @echo ' gconfig - Update current config utilising a GTK+ based front-end'