]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Correct dependency rule to fix SPL build
authorSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2011 05:50:42 +0000 (05:50 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 18 Oct 2011 20:31:33 +0000 (22:31 +0200)
commiteaeecde7bc67b473786d4adc4d923a4798f50d0e
tree1bae5cb760449181465206c314c649b5871c3890
parentefb2172ece93ef48f34fb8bdf963d3b72880cc7d
Correct dependency rule to fix SPL build

Commit 4750884 introduced a change in the dependency generation which
breaks SPL, because the source files being built are not initially present
and are symlinked as part of the build.

The .depend file must depend not only on the files in the DEPS list but
also on the sources which did not contribute files to the DEPS list, since
these sources will otherwise not get a dependency and will not be built.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Wolfgang Denk <wd@denx.de>
rules.mk