summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-07-27 18:08:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-07-27 18:09:32 +0200
commit7e7576c3d8687a779882d17df9b12ce8486c1ec6 (patch)
tree019c636e7c481b46de27dd7b71ec274569057e0d
parentf26acf61ebf73ad0bfe276fcc9396fd26bb0aad6 (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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e61f995b9..182853ce9 100644
--- a/Makefile
+++ b/Makefile
@@ -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>'