commit | 44ea9948e93556a501c6de50b0a77042a0ba077f | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Jun 25 10:53:08 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Jun 30 08:59:55 2017 +0900 |
tree | 2ae45a5a7c417b98d59dd0b394b4d8a78cffd701 | |
parent | 9289ea7f952b14ef2627edc49f9508234952a85e [diff] |
tile: fix dependency and .*.cmd inclusion for incremental build Build targets using if_changed(_rule) must depend on FORCE so that they are evaluated every time. In order to include .*.cmd files correctly, build targets added to "targets" must not be prefixed with $(obj)/ because it is done by scripts/Makefile.lib . Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>