summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-04 18:16:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-04 18:16:33 +0100
commit8742eed1875b53d62216f03f132cea48fa61dec5 (patch)
treea97505d68f03a2ebc5d20f0ea75ee5def7839677 /Makefile
parent38e3d5fb20aee5f02f03e693f2649e2370adf006 (diff)
remove visible parts of guiconfig, I don't like it, don't wanna support it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9d3d982d7..bf2b3be01 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ help:
@echo ' config - Update current config utilising a line-oriented program'
@echo ' menuconfig - Update current config utilising a menu based program'
@echo ' (default when .config does not exist)'
- @echo ' guiconfig - Update current config utilising a gui based program'
@echo ' oldconfig - Update current config utilising a provided .configs base'
@echo ' allmodconfig - New config selecting all packages as modules when possible'
@echo ' allconfig - New config selecting all packages when possible'
@@ -129,9 +128,6 @@ image_clean imageclean cleanimage: .prereq_done
menuconfig: .prereq_done
@${GMAKE_INV} menuconfig
-guiconfig: .prereq_done
- @${GMAKE_INV} guiconfig
-
defconfig: .prereq_done
@${GMAKE_INV} defconfig