Skip to content
Snippets Groups Projects
Commit bd25fdba authored by Aneesh V's avatar Aneesh V Committed by Stefan Roese
Browse files

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 <wd@denx.de>
Signed-off-by: default avatarAneesh V <aneesh@ti.com>
parent 042f9f10
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment