projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d13a822
)
x86, relocs: Build clean fix
author
Jarkko Sakkinen
<jarkko.sakkinen@intel.com>
Mon, 21 May 2012 17:51:24 +0000
(20:51 +0300)
committer
H. Peter Anvin
<hpa@zytor.com>
Mon, 21 May 2012 19:19:37 +0000
(12:19 -0700)
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
arch/x86/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/Makefile
b/arch/x86/Makefile
index 94e91e401da996fec91885b7efb8f21bb0fe589e..b1c611e6da67154322ff3e322b213c5de64e3867 100644
(file)
--- 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)'