diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-26 12:58:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-26 12:58:05 +0200 |
commit | b3a99d7f44680ef629ceea377cf9938fec94921d (patch) | |
tree | d3a0cc80dbc218c086e1c5b2635a987a534c0163 /Makefile | |
parent | 2d4dff630b0184fff9833dbdaaa745c3371994d1 (diff) | |
parent | 07417b486967bb96dd53e382af96ab5aee973548 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 |