Makefile: add the xconfig target to the help of the main Makefile

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2009-07-27 18:08:12 +02:00
parent f26acf61eb
commit 7e7576c3d8
1 changed files with 1 additions and 0 deletions

View File

@ -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>'