summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-03-06 13:18:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-03-06 13:18:46 +0100
commitea7f7a6dee13b456ce43ad0ec14dbbc6718e678f (patch)
treea6bb1d58be6b22c2374fb1da5b9215a6ed78ab6f /Makefile
parent3f8a11b1340f98a378694f0fb68cbc339aab8223 (diff)
parent6b9a7f5d4916e516793cee08e71acc83cdc6bce1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9959e3169..3b2d8850f 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,6 @@ help:
@echo ' menuconfig - Update current config utilising a menu based program'
@echo ' (default when .config does not exist)'
@echo ' oldconfig - Update current config utilising a provided .configs base'
- @echo ' wconfig - Same as "oldconfig", but also writes out hidden symbols'
@echo ' allmodconfig - New config selecting all packages as modules when possible'
@echo ' allconfig - New config selecting all packages when possible'
@echo ' allnoconfig - New config where all options are answered with no'
@@ -86,9 +85,6 @@ config: .prereq_done
oldconfig: .prereq_done
@${GMAKE_INV} _config W=-o
-wconfig: .prereq_done
- @${GMAKE_INV} _config W=-A
-
download: .prereq_done
@${GMAKE_INV} toolchain/download
@${GMAKE_INV} package/download