projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70876fa
)
sh: Add cpu and mach links to CLEAN_FILES.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 6 Jul 2007 01:22:59 +0000
(10:22 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 6 Jul 2007 01:22:59 +0000
(10:22 +0900)
These weren't being cleaned up, so add them to the CLEAN_FILES.
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 6e1e17467a470abd5193aff5bd6a6666b7c2fe39..211d9e01807ae8ee33112a75c27d58b2697c8fad 100644
(file)
--- a/
arch/sh/Makefile
+++ b/
arch/sh/Makefile
@@
-200,7
+200,9
@@
compressed: zImage
archclean:
$(Q)$(MAKE) $(clean)=$(boot)
-CLEAN_FILES += include/asm-sh/machtypes.h
+CLEAN_FILES += include/asm-sh/machtypes.h \
+ include/asm-sh/cpu include/asm-sh/.cpu \
+ include/asm-sh/mach include/asm-sh/.mach
define archhelp
@echo '* zImage - Compressed kernel image'