projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48c72fc
)
sh: plug vsyscall dir in to archclean.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 10 Jun 2009 06:48:33 +0000
(09:48 +0300)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 10 Jun 2009 06:48:33 +0000
(09:48 +0300)
The vsyscall targets are presently not cleaned up, so just handle it in
the archclean rule.
Reported-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Makefile
b/arch/sh/Makefile
index 0fe35cff90f6b44de34858751f8abc8c48b5707b..75d049b03f7e04231de0525ba6b57e3779fe2984 100644
(file)
--- a/
arch/sh/Makefile
+++ b/
arch/sh/Makefile
@@
-205,6
+205,7
@@
archprepare: maketools
archclean:
$(Q)$(MAKE) $(clean)=$(boot)
+ $(Q)$(MAKE) $(clean)=arch/sh/kernel/vsyscall
define archhelp
@echo '* zImage - Compressed kernel image'