summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-23 02:10:23 (GMT)
committerAlexey Neyman <stilor@att.net>2016-12-02 23:03:15 (GMT)
commit3f7fbd7beda5d840cd9a15189a94aaad4a802d37 (patch)
tree9a48499305e2716fde7031172220e5ceb3aea951 /steps.mk
parentf7f70b67c44727d9eea48997c837e87c5e63ca33 (diff)
Move companion tool build into a separate step.
Also, rename "build" -> "for_build", since we're going to have a "for_host" as well. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/steps.mk b/steps.mk
index 15b9a01..67024ab 100644
--- a/steps.mk
+++ b/steps.mk
@@ -19,6 +19,7 @@ help-env::
# Please keep the last line with a '\' and keep the following empty line:
# it helps when diffing and merging.
CT_STEPS := \
+ companion_tools_for_build \
companion_libs_for_build \
binutils_for_build \
companion_libs_for_host \