]> Git Repo - linux.git/commitdiff
x86/build: Remove unnecessary preparation for purgatory
authorMasahiro Yamada <[email protected]>
Tue, 19 Jun 2018 09:43:42 +0000 (18:43 +0900)
committerIngo Molnar <[email protected]>
Thu, 21 Jun 2018 10:55:05 +0000 (12:55 +0200)
kexec-purgatory.c is properly generated when Kbuild descend into
the arch/x86/purgatory/.

Thus the 'archprepare' target is redundant.

Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/Makefile

index d6f404ae3d93b7f644405004753bfe1cf5a53724..4fafba5df891d987544cd141589da0a012353ae3 100644 (file)
@@ -258,11 +258,6 @@ archscripts: scripts_basic
 archheaders:
        $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
 
-archprepare:
-ifeq ($(CONFIG_KEXEC_FILE),y)
-       $(Q)$(MAKE) $(build)=arch/x86/purgatory arch/x86/purgatory/kexec-purgatory.c
-endif
-
 ###
 # Kernel objects
 
This page took 0.050331 seconds and 4 git commands to generate.