diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-27 17:52:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-27 17:53:11 +0200 |
commit | 3c20c1881145b38d11b48907ef1b327490a77eed (patch) | |
tree | e3ec17207589e31c502fca2d73838bca3db5a584 /tasks | |
parent | a7c2f01cc1bacad15eb7c513ae5862476f84a710 (diff) |
task: document toolchain task in a better way
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/001-toolchain | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tasks/001-toolchain b/tasks/001-toolchain index 48b544a90..276625798 100644 --- a/tasks/001-toolchain +++ b/tasks/001-toolchain @@ -1,5 +1,6 @@ config ADK_APPLIANCE_TOOLCHAIN - bool "create a toolchain" + bool "create just a toolchain" help - Create a toolchain. + Just create a toolchain, no target kernel or userland + get compiled. |