commit | 3ac74940342a884ce92f0dd835bad9319c8f19d8 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 05 17:55:14 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 08 10:22:41 2016 -0500 |
tree | f95ceb5507d11392b21f8aea25154b65a8d86645 | |
parent | cd98a27763e71eb1624ad9fa1678dcff28831124 [diff] |
kbuild: fix build rule of u-boot-spl.dtb The build command of u-boot-spl.dtb is not constant, but dependent on CONFIG_OF_SPL_REMOVE_PROPS. Use $(call if_changed,...) so that the change of CONFIG_OF_SPL_REMOVE_PROPS is detected. Also, add tools/fdtgrep to the dependency to make sure u-boot-spl.dtb is generated by the up-to-date fdtgrep in case the tool is modified. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>