Re: [PATCH] purgatory: add clean-up for purgatory directory

2014-08-25 Thread Vivek Goyal
On Fri, Aug 22, 2014 at 06:37:10PM -0500, Michael Welling wrote: > Without this patch the kexec-purgatory.c and purgatory.ro files are not > removed after make mrproper. > > Signed-off-by: Michael Welling Looks good to me. Acked-by: Vivek Goyal Vivek > --- > arch/x86/Makefile |1 + >

[PATCH] purgatory: add clean-up for purgatory directory

2014-08-22 Thread Michael Welling
Without this patch the kexec-purgatory.c and purgatory.ro files are not removed after make mrproper. Signed-off-by: Michael Welling --- arch/x86/Makefile |1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index c96bcec..60087ca 100644 --- a/arch/x86/Mak