
18 Apr
2014
18 Apr
'14
11:02 p.m.
On Tue, Apr 15, 2014 at 04:09:37PM -0500, Jon Loeliger wrote:
Prior to this patch, the top-level linker script u-boot.lds used a simple $(call if_changed) check when generated. That mechanism misses cases where a possible include file change induces a change in the u-boot.lds too.
This patch converts it to a stronger check using ($call filechk) that will also notice differences in file contents and will catch changes due to pre-processing as well.
Signed-off-by: Jon Loeliger jon.loeliger@oracle.com
Applied to u-boot/master, thanks!
--
Tom