]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: Add the missing dependency for spl target
authorAneesh V <aneesh@ti.com>
Sat, 5 Nov 2011 07:43:33 +0000 (13:13 +0530)
committerStefan Roese <sr@denx.de>
Fri, 18 Nov 2011 16:14:53 +0000 (17:14 +0100)
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: Aneesh V <aneesh@ti.com>

No differences found