commit | 4706a5d9da20c2a8fab8ff1188382338d369fc8a | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Sat Nov 05 13:13:33 2011 +0530 |
committer | Stefan Roese <sr@denx.de> | Fri Nov 18 17:14:53 2011 +0100 |
tree | a09895b104e4a8778d689b88f4f2d51c746d8fe0 | |
parent | bae3a2293c838d13e5c80fb04b09a000a187e016 [diff] |
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: Aneesh V <aneesh@ti.com>