summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/steps.mk b/steps.mk
index efe5e75..4546fba 100644
--- a/steps.mk
+++ b/steps.mk
@@ -14,7 +14,7 @@ help-env::
# ----------------------------------------------------------
# The steps list
-# Please keep the last line with a '\' and keep the folowing empy line:
+# Please keep the last line with a '\' and keep the following empy line:
# it helps when diffing and merging.
CT_STEPS := libc_check_config \
kernel_headers \
@@ -33,6 +33,7 @@ CT_STEPS := libc_check_config \
binutils_target \
tools \
debug \
+ finish \
# Make the list available to sub-processes (scripts/crosstool-NG.sh needs it)
export CT_STEPS