diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-04 20:29:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-04 20:29:45 +0100 |
commit | d47b08c6ced262abc697994f69f42474ce3dec67 (patch) | |
tree | e2857cbeb55b9725c0d3c69c12a5a792702a75f6 /Makefile | |
parent | 901554555295cf2eac70fbfcb7d1444a570955ad (diff) |
remove unavailable wconfig target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |