]> git.baikalelectronics.ru Git - kernel.git/commit
s390/purgatory: Add missing FORCE to Makefile targets
authorPhilipp Rudo <prudo@linux.ibm.com>
Tue, 26 Jun 2018 16:24:52 +0000 (18:24 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 6 Jul 2018 06:47:50 +0000 (08:47 +0200)
commit193fe593da7668f6da6369f4e64e0a5491bc06d2
tree49486b74069f2cf444b84c3411557130b8d445d0
parent9211e220d1009bb2ea80a66607d9ab63a59943e5
s390/purgatory: Add missing FORCE to Makefile targets

Without FORCE make does not detect changes only made to the command line
options. So object files might not be re-built even when they should be.
Fix this by adding FORCE where it is missing.

Fixes: 94d5a4720e5e1 ("s390/kexec_file: Add purgatory")
Cc: <stable@vger.kernel.org> # 4.17
Signed-off-by: Philipp Rudo <prudo@linux.ibm.com>
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/purgatory/Makefile