aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5ce0fcb78292..6aca0340996b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -343,6 +343,8 @@ WMAKE_TGTS+= _includes _libraries _depend everything
buildworld: ${WMAKE_TGTS}
.ORDER: ${WMAKE_TGTS}
+toolchain: ${WMAKE_TGTS:N_depend:Neverything}
+
#
# Use this to add checks to installworld/installkernel targets.
#