commit | d2d742c31759d90d3c34b43732ba56d843613530 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Feb 26 12:20:25 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 28 14:21:46 2019 -0500 |
tree | 292252ebe2b38e6093fe3040628eb0219361d3c1 | |
parent | 88e15ba56e3288a8d01f78f5c80591774dbae338 [diff] |
kbuild: make arch-dtbs target PHONY Without this, the arch-dtbs target only gets evaluated when building U-Boot the first time, not when re-building (incrementally building) U-Boot. Thus incremental builds ignore changes to DTB files. Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com>