Quellcode durchsuchen

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni vor 16 Jahren
Ursprung
Commit
7e7576c3d8
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      Makefile

+ 1 - 0
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>'