aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Makefile
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-07-05 21:22:59 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-07-05 21:22:59 -0400
commit880dec100761f4fbc5fa5d22e658a8718828f04e (patch)
treed0312e48427636f920d8dd96df617f4ff26fe936 /arch/sh/Makefile
parent70876facfa9bb6596e4c09e9ed6b8f26d0bcba51 (diff)
sh: Add cpu and mach links to CLEAN_FILES.
These weren't being cleaned up, so add them to the CLEAN_FILES. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Makefile')
-rw-r--r--arch/sh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/Makefile b/arch/sh/Makefile
index 6e1e17467a47..211d9e01807a 100644
--- a/arch/sh/Makefile
+++ b/arch/sh/Makefile
@@ -200,7 +200,9 @@ compressed: zImage
200archclean: 200archclean:
201 $(Q)$(MAKE) $(clean)=$(boot) 201 $(Q)$(MAKE) $(clean)=$(boot)
202 202
203CLEAN_FILES += include/asm-sh/machtypes.h 203CLEAN_FILES += include/asm-sh/machtypes.h \
204 include/asm-sh/cpu include/asm-sh/.cpu \
205 include/asm-sh/mach include/asm-sh/.mach
204 206
205define archhelp 207define archhelp
206 @echo '* zImage - Compressed kernel image' 208 @echo '* zImage - Compressed kernel image'