OSDN Git Service

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)
commitc315e69308c739a43c4ebc539bedbc1ac8d79854
tree49486b74069f2cf444b84c3411557130b8d445d0
parentad03b821fbc30395b72af438f5bb41676a5f891d
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: 840798a1f5299 ("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