]> asedeno.scripts.mit.edu Git - linux.git/commit
s390/decompressor: add missing FORCE to build targets
authorVasily Gorbik <gor@linux.ibm.com>
Fri, 19 Oct 2018 11:37:46 +0000 (13:37 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 26 Oct 2018 08:19:40 +0000 (10:19 +0200)
commitef5febae1543f35a45f01614123e829d77326d0f
tree799d89f36b400f955e359e1ea1afd874c40036e8
parente5f6d9afa3415104e402cd69288bb03f7165eeba
s390/decompressor: add missing FORCE to build targets

According to Documentation/kbuild/makefiles.txt all build targets
using if_changed should use FORCE as well. Add missing FORCE to make
sure vmlinux decompressor targets are rebuild properly when not just
immediate prerequisites have changed but also when build command differs.

Reviewed-by: Philipp Rudo <prudo@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/compressed/Makefile