]> git.ipfire.org Git - people/ms/u-boot.git/commit - scripts/Makefile.spl
kbuild: add missing FORCE where $(call if_changed, ) is used
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 5 Feb 2016 08:55:13 +0000 (17:55 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 8 Feb 2016 15:22:41 +0000 (10:22 -0500)
commit514ec438927cc2913f365ce766091cfe03fea6b7
treeea10021fe2e42533214b849ac9388dc366a5b7f5
parent8ee19a7319497ab855e772c282201fcd08dc9590
kbuild: add missing FORCE where $(call if_changed, ) is used

FORCE is needed for $(call if_changed,...) to be evaluated every time.
Otherwise, the command is not executed when the command line has
changed but any prerequisite has not been updated.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Makefile
scripts/Makefile.spl