diff --git a/Makefile b/Makefile
index 294c76201f808aa45c1b13f35e991497251908a3..c01f08a1965227a2f532ab20ea282be08f8a651d 100644
--- a/Makefile
+++ b/Makefile
@@ -486,7 +486,7 @@ mmc_spl:	$(TIMESTAMP_FILE) $(VERSION_FILE) depend
 
 $(obj)mmc_spl/u-boot-mmc-spl.bin:	mmc_spl
 
-$(obj)spl/u-boot-spl.bin:		depend
+$(obj)spl/u-boot-spl.bin:	$(SUBDIR_TOOLS) depend
 		$(MAKE) -C spl all
 
 updater: