diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-24 21:30:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-24 21:30:02 +0200 |
commit | 6743d86ad219efaa281bf5e87b51cb744b9373ef (patch) | |
tree | 83fbcf6159bf64a5bcc8592a1f35b309c4ffe25e /Makefile | |
parent | 40458a5a090821ce355c8dd90f4472619e0c50eb (diff) |
add gtk guiconfig from linux kernel configsystem
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |