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:
16b0371
)
kexec: purgatory: add clean-up for purgatory directory
author
Michael Welling
<
[email protected]
>
Fri, 29 Aug 2014 22:19:13 +0000
(15:19 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 29 Aug 2014 23:28:17 +0000
(16:28 -0700)
Without this patch the kexec-purgatory.c and purgatory.ro files are not
removed after make mrproper.
Signed-off-by: Michael Welling <
[email protected]
>
Acked-by: Vivek Goyal <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Cc: "H. Peter Anvin" <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/x86/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/Makefile
b/arch/x86/Makefile
index c96bcec544fcaeb5e44491fe077c655fba787987..60087ca37679ccfad7c0417b8e3b32852524ba7c 100644
(file)
--- a/
arch/x86/Makefile
+++ b/
arch/x86/Makefile
@@
-251,6
+251,7
@@
archclean:
$(Q)rm -rf $(objtree)/arch/x86_64
$(Q)$(MAKE) $(clean)=$(boot)
$(Q)$(MAKE) $(clean)=arch/x86/tools
+ $(Q)$(MAKE) $(clean)=arch/x86/purgatory
PHONY += kvmconfig
kvmconfig: