commit | c4d562aea022b10e39db932e438eddfede0f374a | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Feb 21 17:13:50 2018 -0700 |
committer | Stephen Warren <swarren@nvidia.com> | Thu Mar 01 09:45:10 2018 -0700 |
tree | 5ff8c35c37f9ac18948e3354e5888299c18805e0 | |
parent | e444b7a9d47959993d57d044adb3c05b06b24626 [diff] |
Make all build results depend on all makefiles This makes incremental builds work when the only change is to a definition in a makefile. This version of the patch has been fixed to avoid depending on the dependency makefiles that are generated at build time. Fixes arm-software/tf-issues#551 Signed-off-by: Stephen Warren <swarren@nvidia.com>