Home
last modified time | relevance | path

Searched hist:"35 b786780f375f32cca02d0c965091c976cf3768" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A DMakefile.spl35b786780f375f32cca02d0c965091c976cf3768 Fri Feb 05 08:55:14 UTC 2016 Masahiro Yamada <yamada.masahiro@socionext.com> 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>