diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-27 18:08:12 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-07-27 18:09:32 +0200 |
commit | 7e7576c3d8687a779882d17df9b12ce8486c1ec6 (patch) | |
tree | 019c636e7c481b46de27dd7b71ec274569057e0d | |
parent | f26acf61ebf73ad0bfe276fcc9396fd26bb0aad6 (diff) |
Makefile: add the xconfig target to the help of the main Makefile
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -561,6 +561,7 @@ help: @echo @echo 'Configuration:' @echo ' menuconfig - interactive curses-based configurator' + @echo ' xconfig - interactive Qt-based configurator' @echo ' oldconfig - resolve any unresolved symbols in .config' @echo ' configured - make {uclibc/busybox/linux26}-config' @echo ' saveconfig - save current configuration under local/<project>' |