projects
/
unionfs-2.6.25.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd88adf
)
x86, relocs: Build clean fix
author
Jarkko Sakkinen
<jarkko.sakkinen@intel.com>
Mon, 21 May 2012 17:51:24 +0000
(20:51 +0300)
committer
Ben Hutchings
<ben@decadent.org.uk>
Wed, 30 May 2012 23:44:09 +0000
(
00:44
+0100)
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: Ben Hutchings <ben@decadent.org.uk>
arch/x86/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/Makefile
b/arch/x86/Makefile
index 774fd169e087c24b7658b0897ed06c19aa502651..03dbc7f5b4d9a3c18bdac2bd646e462096894314 100644
(file)
--- a/
arch/x86/Makefile
+++ b/
arch/x86/Makefile
@@
-183,6
+183,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)'