From: Aneesh V Date: Sat, 5 Nov 2011 07:43:33 +0000 (+0530) Subject: Makefile: Add the missing dependency for spl target X-Git-Tag: v2011.12-rc1~156^2 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=bd25fdba45de4371daa7338110731872c08bf7cf Makefile: Add the missing dependency for spl target Wolfgang's patch for build time improvement is bringing out issues due to missing dependencies in the top-level Makefile. I get errors such as the below while building with many threads. make[1]: /home/a0393566local/u-boot-denx/tools/mkimage: Command not found This also allows one to do: $ make spl/u-boot-spl.bin if you want to build only spl Cc: Wolfgang Denk Signed-off-by: Aneesh V --- diff --git a/Makefile b/Makefile index 294c76201f..c01f08a196 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: