summaryrefslogtreecommitdiff
path: root/Makefile.steps
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.steps')
-rw-r--r--Makefile.steps3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.steps b/Makefile.steps
index 4b18165..e09c3c7 100644
--- a/Makefile.steps
+++ b/Makefile.steps
@@ -13,6 +13,7 @@ libfloat \
libc \
cc \
libc_finish \
+tools \
debug \
:
@make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@
@@ -29,6 +30,7 @@ debug \
-libc \
-cc \
-libc_finish \
+-tools \
-debug \
:
@make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@)
@@ -45,6 +47,7 @@ libfloat- \
libc- \
cc- \
libc_finish- \
+tools- \
debug- \
:
@make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@)