diff options
author | Jarkko Sakkinen <jarkko.sakkinen@intel.com> | 2012-05-21 20:51:24 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-01 15:18:26 +0800 |
commit | 46592a6929ec62012bb1b089026b9df6c4827ff9 (patch) | |
tree | dcac6b92b2fc5213022a197f4bd482ba392efe17 /arch | |
parent | 70a4571f9abef85e20c60a4654883d5250a36246 (diff) | |
download | linux-3.10-46592a6929ec62012bb1b089026b9df6c4827ff9.tar.gz linux-3.10-46592a6929ec62012bb1b089026b9df6c4827ff9.tar.bz2 linux-3.10-46592a6929ec62012bb1b089026b9df6c4827ff9.zip |
x86, relocs: Build clean fix
commit b2d668da9307c4c163dd603d2bb3cadb10f9fd37 upstream.
relocs was not cleaned up when "make clean" is issued. This
patch fixes the issue.
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@intel.com>
Link: http://lkml.kernel.org/r/1337622684-6834-1-git-send-email-jarkko.sakkinen@intel.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 94e91e401da..b1c611e6da6 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)' |