From 6743d86ad219efaa281bf5e87b51cb744b9373ef Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 Jul 2010 21:30:02 +0200 Subject: add gtk guiconfig from linux kernel configsystem --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8acb18f7..c641ff78d 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ help: @echo 'Configuration targets:' @echo ' config - Update current config utilising a line-oriented program' @echo ' menuconfig - Update current config utilising a menu based program' + @echo ' guiconfig - Update current config utilising a gui based program' @echo ' (default when .config does not exist)' @echo ' oldconfig - Update current config utilising a provided .configs base' @echo ' allmodconfig - New config selecting all packages as modules when possible' @@ -122,6 +123,9 @@ image_clean imageclean cleanimage: .prereq_done menuconfig: .prereq_done @${GMAKE_INV} menuconfig +guiconfig: .prereq_done + @${GMAKE_INV} guiconfig + defconfig: .prereq_done @${GMAKE_INV} defconfig -- cgit v1.2.3