diff options
Diffstat (limited to 'scripts/kconfig/Makefile')
-rw-r--r-- | scripts/kconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index fa8c2dd9c983..5ddf8becd7a2 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
@@ -83,7 +83,7 @@ help: | |||
83 | @echo ' xconfig - Update current config utilising a QT based front-end' | 83 | @echo ' xconfig - Update current config utilising a QT based front-end' |
84 | @echo ' gconfig - Update current config utilising a GTK based front-end' | 84 | @echo ' gconfig - Update current config utilising a GTK based front-end' |
85 | @echo ' oldconfig - Update current config utilising a provided .config as base' | 85 | @echo ' oldconfig - Update current config utilising a provided .config as base' |
86 | @echo ' silentoldconfig - Same as oldconfig, but quietly' | 86 | @echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps' |
87 | @echo ' randconfig - New config with random answer to all options' | 87 | @echo ' randconfig - New config with random answer to all options' |
88 | @echo ' defconfig - New config with default answer to all options' | 88 | @echo ' defconfig - New config with default answer to all options' |
89 | @echo ' allmodconfig - New config selecting modules when possible' | 89 | @echo ' allmodconfig - New config selecting modules when possible' |
@@ -104,7 +104,7 @@ HOST_EXTRACFLAGS += -DLOCALE | |||
104 | # =========================================================================== | 104 | # =========================================================================== |
105 | # Shared Makefile for the various kconfig executables: | 105 | # Shared Makefile for the various kconfig executables: |
106 | # conf: Used for defconfig, oldconfig and related targets | 106 | # conf: Used for defconfig, oldconfig and related targets |
107 | # mconf: Used for the mconfig target. | 107 | # mconf: Used for the menuconfig target |
108 | # Utilizes the lxdialog package | 108 | # Utilizes the lxdialog package |
109 | # qconf: Used for the xconfig target | 109 | # qconf: Used for the xconfig target |
110 | # Based on QT which needs to be installed to compile it | 110 | # Based on QT which needs to be installed to compile it |