relocs was not cleaned up when "make clean" is issued. This
patch fixes the issue.
Signed-off-by: Jarkko Sakkinen <[email protected]>
---
arch/x86/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 94e91e4..b1c611e 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -206,6 +206,7 @@ archclean:
$(Q)rm -rf $(objtree)/arch/i386
$(Q)rm -rf $(objtree)/arch/x86_64
$(Q)$(MAKE) $(clean)=$(boot)
+ $(Q)$(MAKE) $(clean)=arch/x86/tools
define archhelp
echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
--
1.7.9.5
On Mon, May 21, 2012 at 08:51:24PM +0300, Jarkko Sakkinen wrote:
> relocs was not cleaned up when "make clean" is issued. This
> patch fixes the issue.
>
> Signed-off-by: Jarkko Sakkinen <[email protected]>
Stable candidate?
Sam
On 05/21/2012 11:01 AM, Sam Ravnborg wrote:
> On Mon, May 21, 2012 at 08:51:24PM +0300, Jarkko Sakkinen wrote:
>> relocs was not cleaned up when "make clean" is issued. This
>> patch fixes the issue.
>>
>> Signed-off-by: Jarkko Sakkinen <[email protected]>
>
> Stable candidate?
>
Yes, I'll queue this up as urgent.
-hpa
Commit-ID: b2d668da9307c4c163dd603d2bb3cadb10f9fd37
Gitweb: http://git.kernel.org/tip/b2d668da9307c4c163dd603d2bb3cadb10f9fd37
Author: Jarkko Sakkinen <[email protected]>
AuthorDate: Mon, 21 May 2012 20:51:24 +0300
Committer: H. Peter Anvin <[email protected]>
CommitDate: Mon, 21 May 2012 12:19:37 -0700
x86, relocs: Build clean fix
relocs was not cleaned up when "make clean" is issued. This
patch fixes the issue.
Signed-off-by: Jarkko Sakkinen <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: H. Peter Anvin <[email protected]>
Cc: <[email protected]> v3.4
---
arch/x86/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 94e91e4..b1c611e 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -206,6 +206,7 @@ archclean:
$(Q)rm -rf $(objtree)/arch/i386
$(Q)rm -rf $(objtree)/arch/x86_64
$(Q)$(MAKE) $(clean)=$(boot)
+ $(Q)$(MAKE) $(clean)=arch/x86/tools
define archhelp
echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'