commit | 63bfe0eaa53ca5c4f5fa1aef865f1a25fa1ef086 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Oct 24 01:30:44 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 13:19:11 2014 -0400 |
tree | e81be93c7b4e2583b37eb0b2866035a1f132e765 | |
parent | 9520b7186ffc383d2f0ce7bbdbe96a90405a998f [diff] |
kbuild: fix a bug of the u-boot-spl link rule cmd_u-boot-spl includes $(PLATFORM_LIBS) which changes when CONFIG_USE_PRIVATE_GCC is updated. The u-boot-spl image should be re-linked if any prerequisite is newer than it or the command line has changed. $(call, if_changed,...) should be used instead of $(call cmd,...). Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>