Home
last modified time | relevance | path

Searched hist:"9 adb6d2407d10d30a138a94b200fa0aaff4d73dc" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A DMakefile.spl9adb6d2407d10d30a138a94b200fa0aaff4d73dc Thu Oct 23 16:30:44 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>