aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile
diff options
context:
space:
mode:
authorJarkko Sakkinen <jarkko.sakkinen@intel.com>2012-05-21 13:51:24 -0400
committerH. Peter Anvin <hpa@zytor.com>2012-05-21 15:19:37 -0400
commitb2d668da9307c4c163dd603d2bb3cadb10f9fd37 (patch)
treeb60b019816fe459f4cbeb365d15b6dd4e2c5dbfc /arch/x86/Makefile
parentd13a822e6d08733cc69dd8c2f5d82eacb1474295 (diff)
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 <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> Cc: <stable@vger.kernel.org> v3.4
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r--arch/x86/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index 94e91e401da9..b1c611e6da67 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -206,6 +206,7 @@ archclean:
206 $(Q)rm -rf $(objtree)/arch/i386 206 $(Q)rm -rf $(objtree)/arch/i386
207 $(Q)rm -rf $(objtree)/arch/x86_64 207 $(Q)rm -rf $(objtree)/arch/x86_64
208 $(Q)$(MAKE) $(clean)=$(boot) 208 $(Q)$(MAKE) $(clean)=$(boot)
209 $(Q)$(MAKE) $(clean)=arch/x86/tools
209 210
210define archhelp 211define archhelp
211 echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)' 212 echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'