projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdab125
)
x86/build: Remove unnecessary preparation for purgatory
author
Masahiro Yamada
<
[email protected]
>
Tue, 19 Jun 2018 09:43:42 +0000
(18:43 +0900)
committer
Ingo 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
patch
|
blob
|
history
diff --git
a/arch/x86/Makefile
b/arch/x86/Makefile
index d6f404ae3d93b7f644405004753bfe1cf5a53724..4fafba5df891d987544cd141589da0a012353ae3 100644
(file)
--- a/
arch/x86/Makefile
+++ b/
arch/x86/Makefile
@@
-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