summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-03 03:18:56 (GMT)
committerGitHub <noreply@github.com>2016-12-03 03:18:56 (GMT)
commit4042269de621e166235308f139e89c92e379040d (patch)
tree093329f6412837d89e1e849575a3f1579412802f /steps.mk
parenta787e410dc7133fb371e71161663639e1c0dc89b (diff)
parentbf0d593639d0c9451b13be4965bc6766cc90fed9 (diff)
Merge pull request #487 from stilor/host-comp-tools
Allow for installation of companion tools for host
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/steps.mk b/steps.mk
index 15b9a01..e3c4874 100644
--- a/steps.mk
+++ b/steps.mk
@@ -19,8 +19,10 @@ 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_tools_for_host \
companion_libs_for_host \
binutils_for_host \
cc_core_pass_1 \